X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=60e4dea7ba6474eb2c4da056d42556495f308347;hb=02746165a21a4a495d0069526c9a2355110a5784;hp=b5692ef23593c120e9729d1840ddafe77c445868;hpb=9e44f116bf0f72d1dd4f099440a351dbe0a74573;p=tinc diff --git a/src/net.h b/src/net.h index b5692ef2..60e4dea7 100644 --- a/src/net.h +++ b/src/net.h @@ -1,7 +1,7 @@ /* net.h -- header for net.c - Copyright (C) 1998-2004 Ivo Timmermans - 2000-2004 Guus Sliepen + Copyright (C) 1998-2005 Ivo Timmermans + 2000-2005 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 @@ -117,6 +117,7 @@ typedef struct outgoing_t { extern int maxtimeout; extern int seconds_till_retry; extern int addressfamily; +extern bool blockingtcp; extern listen_socket_t listen_socket[MAXSOCKETS]; extern int listen_sockets;