X-Git-Url: http://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=a9becb619ba919c0446e8a7a322e10cee9388816;hp=a73cb047c1fd800d206649500286fe22e29edb01;hb=d3297fbd3b8c8c8a4661f5bbf89aca5cacba8b5a;hpb=49b4cd84ba6c33c6dfde0ef0ac978e5004273f56 diff --git a/src/net.h b/src/net.h index a73cb047..a9becb61 100644 --- a/src/net.h +++ b/src/net.h @@ -150,6 +150,7 @@ extern void flush_queue(struct node_t *n); extern bool read_rsa_public_key(struct connection_t *c); extern void send_mtu_probe(struct node_t *n); extern void load_all_subnets(void); +extern void tarpit(int fd); #ifndef HAVE_MINGW #define closesocket(s) close(s)