--- gvpe/src/conf.h 2003/03/06 18:43:07 1.2 +++ gvpe/src/conf.h 2003/03/21 20:33:36 1.5 @@ -47,8 +47,10 @@ char *hostname; // hostname, if known, or NULL. u16 port; // the port to bind to - enum { C_ONDEMAND, C_NEVER, C_ALWAYS } connectmode; + enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS } connectmode; bool compress; + bool inherit_tos; // inherit TOS in packets send to this destination + u32 can_recv, can_send; u32 routerprio;