Add MTU negotiation
This commit is contained in:
3
mud.h
3
mud.h
@@ -4,13 +4,14 @@
|
||||
|
||||
struct mud;
|
||||
|
||||
struct mud *mud_create (int, int, int, int);
|
||||
struct mud *mud_create (int, int, int, int, int);
|
||||
void mud_delete (struct mud *);
|
||||
|
||||
int mud_set_key (struct mud *, unsigned char *, size_t);
|
||||
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_send_timeout_msec (struct mud *, unsigned);
|
||||
int mud_set_time_tolerance_sec (struct mud *, unsigned);
|
||||
|
||||
Reference in New Issue
Block a user