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.35 by pcg, Sun Aug 10 01:34:36 2008 UTC vs.
Revision 1.36 by pcg, Mon Mar 23 15:22:00 2009 UTC

122 typedef vector<conf_node *> node_vector; 122 typedef vector<conf_node *> node_vector;
123 node_vector nodes; 123 node_vector nodes;
124 conf_node default_node; 124 conf_node default_node;
125 conf_node *thisnode; 125 conf_node *thisnode;
126 int mtu; // the mtu used for outgoing tunnel packets 126 int mtu; // the mtu used for outgoing tunnel packets
127 int nfmark; // the SO_MARK // netfilter mark // fwmark
127 double rekey; // rekey interval 128 double rekey; // rekey interval
128 double keepalive; // keepalive probes interval 129 double keepalive; // keepalive probes interval
129 char *ifname; // the interface name (tap0 ...) 130 char *ifname; // the interface name (tap0 ...)
130 bool ifpersist; // should the interface be persistent 131 bool ifpersist; // should the interface be persistent
131 char *prikeyfile; 132 char *prikeyfile;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines