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