Add mud_set_on() to enable/disable a local addr
This commit is contained in:
2
mud.h
2
mud.h
@@ -15,6 +15,8 @@ int mud_get_fd (struct mud *);
|
||||
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_can_pull (struct mud *);
|
||||
|
||||
Reference in New Issue
Block a user