Switch from sketchy dup() juggling to callbacks to retry outgoing connection.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#define PARSER_STATE_LEN 256
|
||||
|
||||
struct peer;
|
||||
|
||||
void receive_cleanup();
|
||||
void receive_new(int, void *);
|
||||
void receive_new(int, void *, struct peer *);
|
||||
void receive_print_usage();
|
||||
|
||||
Reference in New Issue
Block a user