diff options
Diffstat (limited to 'tcp.h')
-rw-r--r-- | tcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ 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); +void tcp_timer(struct ctx *c, struct timespec *ts); |