X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=9a97276ca99d62f6c95fce0b2ef25040e7a01756;hb=cf9bea4e938f4eec531782e2e947d711cac16014;hp=5f6224e2ccc31a083d189e1c82405d649fd55360;hpb=b811e980e3a2a301c019459b91df2252468fd572;p=meshlink 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;