X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=9a97276ca99d62f6c95fce0b2ef25040e7a01756;hb=24e3ec863ec463186501f76961c6d4b1dfe122af;hp=5f6224e2ccc31a083d189e1c82405d649fd55360;hpb=2eba7933053d7d21bf82e647978ee90abe98dc3a;p=tinc diff --git a/src/net.h b/src/net.h index 5f6224e2..9a97276c 100644 --- a/src/net.h +++ b/src/net.h @@ -133,6 +133,7 @@ extern io_t unix_socket; extern int keylifetime; extern int udp_rcvbuf; extern int udp_sndbuf; +extern int max_connection_burst; extern bool do_prune; extern char *myport; extern int autoconnect;