X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=d845f1a8e35c53da8699c686e3e93e8c6a873b6e;hp=d63c0522172071fb36b2fc4b95f1db8a60c59785;hb=67df7fb7e1c9eefe4bbc920fdc68b595ef28abd9;hpb=b069da90d67b49dce041f513a3855b8da3d82f80 diff --git a/src/net.h b/src/net.h index d63c0522..d845f1a8 100644 --- a/src/net.h +++ b/src/net.h @@ -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;