Rework mud_set_conf()

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2020-04-17 21:25:08 +00:00
parent a4e72918df
commit faeb599a19
2 changed files with 33 additions and 57 deletions

6
mud.h
View File

@@ -23,9 +23,9 @@ struct mud_stat {
};
struct mud_conf {
unsigned long keepalive;
unsigned long timetolerance;
unsigned long kxtimeout;
uint64_t keepalive;
uint64_t timetolerance;
uint64_t kxtimeout;
int tc;
};