--- gvpe/src/global.h 2015/01/29 00:21:39 1.34 +++ gvpe/src/global.h 2015/09/05 17:40:22 1.35 @@ -113,7 +113,7 @@ #define ETH_OVERHEAD 14 // the size of an ethernet header #define MAXSIZE (MAX_MTU + IP_OVERHEAD) // slightly too large, but who cares -#define PKTCACHESIZE 16 // the size of the memory pool for packets +#define PKTCACHESIZE 128 // the size of the memory pool for packets extern char *confbase; // directory in which all config files are extern char *thisnode; // config for current node (TODO: remove)