Code cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-03-14 22:42:35 +00:00
parent 865c6aa640
commit 66b8a7323d
2 changed files with 9 additions and 14 deletions

2
mud.h
View File

@@ -18,10 +18,10 @@ enum mud_state {
struct mud_path {
enum mud_state state;
struct sockaddr_storage local_addr, addr, r_addr;
unsigned char kiss[MUD_KISS_SIZE];
struct {
uint64_t send_time;
int remote;
unsigned char kiss[MUD_KISS_SIZE];
} conf;
uint64_t send_max;
uint64_t send_max_time;