Rework pong

This commit is contained in:
Adrien Gallouët
2016-11-07 16:50:00 +00:00
parent c612a0772e
commit ca9aa34ae3
2 changed files with 47 additions and 43 deletions

2
mud.h
View File

@@ -17,8 +17,6 @@ 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);
int mud_set_on (struct mud *, const char *, int);
int mud_peer (struct mud *, const char *, const char *, int);
int mud_recv (struct mud *, void *, size_t);