X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=64f92a2ae290a470efd9e005e8e39f9691462431;hp=60e4dea7ba6474eb2c4da056d42556495f308347;hb=228e7a5c8f0e517dcede50f886965a44fca39853;hpb=a5a4d2b865879b8694760c0a5b5909c9a3675027 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;