X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=c32c1c149dd669f8b5fd6890b32ee474db3d7181;hb=bc9347042bf6586d23bf17efd9fdf64a2c4a4d27;hp=5f6224e2ccc31a083d189e1c82405d649fd55360;hpb=b811e980e3a2a301c019459b91df2252468fd572;p=tinc diff --git a/src/net.h b/src/net.h index 5f6224e2..c32c1c14 100644 --- a/src/net.h +++ b/src/net.h @@ -103,6 +103,7 @@ typedef struct listen_socket_t { io_t tcp; io_t udp; sockaddr_t sa; + bool bindto; } listen_socket_t; #include "conf.h" @@ -133,6 +134,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;