Add mud_set_tc() and use CS6 by default

This commit is contained in:
Adrien Gallouët
2016-12-22 11:40:06 +00:00
parent 2fd70eb14e
commit bd5323a46e
2 changed files with 19 additions and 1 deletions

1
mud.h
View File

@@ -17,6 +17,7 @@ int mud_get_mtu (struct mud *);
int mud_set_send_timeout_msec (struct mud *, unsigned);
int mud_set_time_tolerance_sec (struct mud *, unsigned);
int mud_set_tc (struct mud *, int);
int mud_peer (struct mud *, const char *, const char *, int, int);