X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=d845f1a8e35c53da8699c686e3e93e8c6a873b6e;hb=a7e793c94ec414eb71ec2aa3debc9e2e5ed5cfef;hp=b5692ef23593c120e9729d1840ddafe77c445868;hpb=9e44f116bf0f72d1dd4f099440a351dbe0a74573;p=tinc diff --git a/src/net.h b/src/net.h index b5692ef2..d845f1a8 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-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 @@ -38,8 +38,6 @@ #define MAXSOCKETS 128 /* Overkill... */ -#define MAXQUEUELENGTH 8 /* Maximum number of packats in a single queue */ - typedef struct mac_t { uint8_t x[6]; } mac_t; @@ -114,7 +112,7 @@ typedef struct outgoing_t { struct addrinfo *aip; } outgoing_t; -extern int maxtimeout; +extern int maxoutbufsize; extern int seconds_till_retry; extern int addressfamily;