X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/42af131396ce5cd22eacbae64dfefd742aefa6a0..b95726afbe7dd4e338ce26f65e773965988e1c36:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index f2f686f..1c768cf 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.91 2005/09/16 05:04:29 bodea Exp $ +// $Id: l2tpns.h,v 1.95 2005/10/12 07:16:13 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.1.7" +#define VERSION "2.1.10" // Limits #define MAXTUNNEL 500 // could be up to 65535 @@ -323,7 +323,7 @@ typedef struct uint16_t ns; // next send int state; // current state (tunnelstate enum) clockt last; // when last control message sent (used for resend timeout) - clockt retry; // when to try resenting pending control + clockt retry; // when to try resending pending control clockt die; // being closed, when to finally free clockt lastrec; // when the last control message was received char hostname[128]; // tunnel hostname