--- gvpe/src/global.h 2003/03/01 15:53:03 1.1 +++ gvpe/src/global.h 2003/03/17 15:20:18 1.2 @@ -53,6 +53,8 @@ #define QUEUEDEPTH 16 // the number of packets that will be queued (should be low) +#define WINDOWSIZE 256 // 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