X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet.h;h=d845f1a8e35c53da8699c686e3e93e8c6a873b6e;hb=67df7fb7e1c9eefe4bbc920fdc68b595ef28abd9;hp=64f92a2ae290a470efd9e005e8e39f9691462431;hpb=228e7a5c8f0e517dcede50f886965a44fca39853;p=tinc diff --git a/src/net.h b/src/net.h index 64f92a2a..d845f1a8 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 @@ -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;