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

Comparing gvpe/src/conf.h (file contents):
Revision 1.45 by root, Thu Jul 18 17:35:10 2013 UTC vs.
Revision 1.46 by root, Fri Oct 11 07:56:07 2013 UTC

91 int max_queue; // maixmum send queue length 91 int max_queue; // maixmum send queue length
92 92
93 enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS, C_DISABLED } connectmode; 93 enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS, C_DISABLED } connectmode;
94 bool compress; 94 bool compress;
95 bool inherit_tos; // inherit TOS in packets send to this destination 95 bool inherit_tos; // inherit TOS in packets send to this destination
96 bool low_power; // node is a low-power node (reduce cpu usage, wakeups and assume higher latency)
96 97
97 vector<const char *> allow_direct; 98 vector<const char *> allow_direct;
98 vector<const char *> deny_direct; 99 vector<const char *> deny_direct;
99 100
100 u32 routerprio; 101 u32 routerprio;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines