X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=d63c0522172071fb36b2fc4b95f1db8a60c59785;hp=60e4dea7ba6474eb2c4da056d42556495f308347;hb=a5f899a9794f215e8174455ead04862a2c14a5b1;hpb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d diff --git a/src/net.h b/src/net.h index 60e4dea7..d63c0522 100644 --- a/src/net.h +++ b/src/net.h @@ -1,7 +1,7 @@ /* net.h -- header for net.c Copyright (C) 1998-2005 Ivo Timmermans - 2000-2005 Guus Sliepen + 2000-2006 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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;