Add mud_set_mtu()

This commit is contained in:
Adrien Gallouët
2016-10-18 16:40:05 +00:00
parent 4c34454a23
commit b82534d54c
2 changed files with 26 additions and 4 deletions

1
mud.h
View File

@@ -12,6 +12,7 @@ int mud_get_key (struct mud *, unsigned char *, size_t *);
int mud_get_fd (struct mud *);
int mud_get_mtu (struct mud *);
int mud_set_mtu (struct mud *, int mtu);
int mud_set_send_timeout_msec (struct mud *, unsigned);
int mud_set_time_tolerance_sec (struct mud *, unsigned);