Add mud_set_keyx_timeout()

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-03-14 06:54:38 +00:00
parent 467310bb4f
commit ef319d2153
2 changed files with 24 additions and 1 deletions

1
mud.h
View File

@@ -55,6 +55,7 @@ size_t mud_get_mtu (struct mud *);
int mud_set_send_timeout (struct mud *, unsigned long);
int mud_set_time_tolerance (struct mud *, unsigned long);
int mud_set_keyx_timeout (struct mud *, unsigned long);
int mud_set_tc (struct mud *, int);
int mud_set_aes (struct mud *);