X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=9a97276ca99d62f6c95fce0b2ef25040e7a01756;hb=41583d5dcfc1277b1a203478de4cce2cd0cda1b1;hp=5f6224e2ccc31a083d189e1c82405d649fd55360;hpb=b811e980e3a2a301c019459b91df2252468fd572;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;