--- gvpe/src/conf.h 2013/07/17 16:40:57 1.44 +++ gvpe/src/conf.h 2014/02/02 23:58:32 1.47 @@ -34,6 +34,8 @@ #include +#include + #include #include "slog.h" @@ -93,6 +95,7 @@ enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS, C_DISABLED } connectmode; bool compress; bool inherit_tos; // inherit TOS in packets send to this destination + bool low_power; // node is a low-power node (reduce cpu usage, wakeups and assume higher latency) vector allow_direct; vector deny_direct; @@ -125,6 +128,7 @@ node_vector nodes; conf_node default_node; conf_node *thisnode; + char serial[SERIAL_SIZE]; char *seed_dev; // the randomd evice to use for seeding double reseed; // the interval between additional seeds int mtu; // the mtu used for outgoing tunnel packets