--- gvpe/src/global.h 2013/07/19 18:21:03 1.32 +++ gvpe/src/global.h 2013/09/20 11:57:03 1.33 @@ -104,7 +104,7 @@ #define TCP_OVERHEAD (IP_OVERHEAD + 22) // size of a (normal) ip + tcp header + packetlength #define MAX_OVERHEAD UDP_OVERHEAD // the max. overhead of any protocol (ok, tcp doesn't count) #define ETH_OVERHEAD 14 // the size of an ethernet header -#define MAXSIZE (MAX_MTU + VPE_OVERHEAD) // slightly too large, but who cares +#define MAXSIZE (MAX_MTU + IP_OVERHEAD) // slightly too large, but who cares #define PKTCACHESIZE 16 // the size of the memory pool for packets