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.4 by pcg, Sun Mar 9 12:40:18 2003 UTC vs.
Revision 1.5 by pcg, Fri Mar 21 20:33:36 2003 UTC

48 u16 port; // the port to bind to 48 u16 port; // the port to bind to
49 49
50 enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS } connectmode; 50 enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS } connectmode;
51 bool compress; 51 bool compress;
52 bool inherit_tos; // inherit TOS in packets send to this destination 52 bool inherit_tos; // inherit TOS in packets send to this destination
53 u32 can_recv, can_send;
53 54
54 u32 routerprio; 55 u32 routerprio;
55 56
56 void print (); 57 void print ();
57 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines