ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/global.h
(Generate patch)

Comparing gvpe/src/global.h (file contents):
Revision 1.2 by pcg, Mon Mar 17 15:20:18 2003 UTC vs.
Revision 1.3 by pcg, Mon Mar 17 15:23:15 2003 UTC

51 51
52#define PKTCACHESIZE 4 // the size of the memory pool for packets 52#define PKTCACHESIZE 4 // the size of the memory pool for packets
53 53
54#define QUEUEDEPTH 16 // the number of packets that will be queued (should be low) 54#define QUEUEDEPTH 16 // the number of packets that will be queued (should be low)
55 55
56#define WINDOWSIZE 256 // sliding window size 56#define WINDOWSIZE 1024 // sliding window size
57 57
58extern char *confbase; // directory in which all config files are 58extern char *confbase; // directory in which all config files are
59extern char *thisnode; // config for current node (TODO: remove) 59extern char *thisnode; // config for current node (TODO: remove)
60extern char *pidfilename; // pid file location 60extern char *pidfilename; // pid file location
61 61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines