aboutgitcodebugslistschat
path: root/tcp.h
blob: 1f16790d5c11c64a7a6eaf515dd95dfdaa23355c (plain) (blame)
1
2
3
4
5
void tcp_sock_handler(struct ctx *c, int s, uint32_t events);
void tcp_tap_handler(struct ctx *c, int af, void *addr, char *in, size_t len);
int tcp_sock_init(struct ctx *c);
void tcp_periodic_fast(struct ctx *c);
void tcp_periodic_slow(struct ctx *c);