X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=922c5cf1b1d8e7bd88c13cd1465dc0fe6e79f110;hp=f1493eb19519c4beaebf77d603b973cd17dd094e;hb=5eba1e1f6feadb3f7efb1261bd65e1e9e40b7f2b;hpb=61cb593e670107ca3041f582c5486c243d5eda9e diff --git a/src/net.h b/src/net.h index f1493eb1..922c5cf1 100644 --- a/src/net.h +++ b/src/net.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.h,v 1.9.4.48 2002/03/22 11:43:48 guus Exp $ + $Id: net.h,v 1.9.4.49 2002/03/27 15:01:36 guus Exp $ */ #ifndef __TINC_NET_H__ @@ -42,6 +42,8 @@ #define MAXSOCKETS 128 /* Overkill... */ +#define MAXQUEUELENGTH 8 /* Maximum number of packats in a single queue */ + typedef struct mac_t { unsigned char x[6];