--- gvpe/src/global.h 2003/03/01 15:53:03 1.1 +++ gvpe/src/global.h 2003/03/21 23:17:01 1.4 @@ -47,17 +47,15 @@ #define ETH_OVERHEAD 14 // the size of an ethernet header #define MAXSIZE (MAX_MTU + VPE_OVERHEAD)// slightly too large, but who cares -#define TIMER_GRANULARITY 5 // check for events at least every 5 seconds - #define PKTCACHESIZE 4 // the size of the memory pool for packets #define QUEUEDEPTH 16 // the number of packets that will be queued (should be low) +#define WINDOWSIZE 1024 // sliding window size + extern char *confbase; // directory in which all config files are extern char *thisnode; // config for current node (TODO: remove) extern char *pidfilename; // pid file location -extern time_t now; // globale now variable - #endif