Working TCP fastopen for connect-send.
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct buf;
|
||||
struct peer;
|
||||
|
||||
void incoming_cleanup(void);
|
||||
typedef void (*incoming_connection_handler)(int fd, void *, struct peer *);
|
||||
void incoming_new(char *, char *, incoming_connection_handler, void *, uint32_t *);
|
||||
typedef void (*incoming_get_hello)(struct buf **, void *);
|
||||
void incoming_new(char *, char *, incoming_connection_handler, incoming_get_hello, void *, uint32_t *);
|
||||
|
||||
Reference in New Issue
Block a user