X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=64f92a2ae290a470efd9e005e8e39f9691462431;hp=b5692ef23593c120e9729d1840ddafe77c445868;hb=228e7a5c8f0e517dcede50f886965a44fca39853;hpb=9e44f116bf0f72d1dd4f099440a351dbe0a74573 diff --git a/src/net.h b/src/net.h index b5692ef2..64f92a2a 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 @@ -114,7 +114,7 @@ typedef struct outgoing_t { struct addrinfo *aip; } outgoing_t; -extern int maxtimeout; +extern int maxoutbufsize; extern int seconds_till_retry; extern int addressfamily;