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.1 by pcg, Sat Mar 1 15:53:03 2003 UTC vs.
Revision 1.2 by pcg, Mon Mar 17 15:20:18 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
57
56extern char *confbase; // directory in which all config files are 58extern char *confbase; // directory in which all config files are
57extern char *thisnode; // config for current node (TODO: remove) 59extern char *thisnode; // config for current node (TODO: remove)
58extern char *pidfilename; // pid file location 60extern char *pidfilename; // pid file location
59 61
60extern time_t now; // globale now variable 62extern time_t now; // globale now variable

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines