X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=64f92a2ae290a470efd9e005e8e39f9691462431;hp=60e4dea7ba6474eb2c4da056d42556495f308347;hb=af95368c0f30955f0e13b587d5d6d4989fd5a83e;hpb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d diff --git a/src/net.h b/src/net.h index 60e4dea7..64f92a2a 100644 --- a/src/net.h +++ b/src/net.h @@ -114,10 +114,9 @@ typedef struct outgoing_t { struct addrinfo *aip; } outgoing_t; -extern int maxtimeout; +extern int maxoutbufsize; extern int seconds_till_retry; extern int addressfamily; -extern bool blockingtcp; extern listen_socket_t listen_socket[MAXSOCKETS]; extern int listen_sockets;