Remove mud->send_timeout

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-12-01 15:04:17 +00:00
parent 1d4b06abda
commit 00c30c4fdf
2 changed files with 5 additions and 14 deletions

1
mud.h
View File

@@ -68,7 +68,6 @@ size_t mud_get_mtu (struct mud *);
unsigned long mud_send_wait (struct mud *);
unsigned long mud_sync (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);