X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/9c8100d58032e0add88a0935d3135281cce1a5cd..abbc5c5fcef36f53fe0367d4f0877c1f3c05ff90:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index fdd4e5b..8e416e6 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.14 2004-08-02 03:38:01 fred_nerk Exp $ +// $Id: l2tpns.h,v 1.16 2004-08-26 04:44:26 fred_nerk Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -40,6 +40,7 @@ #define MAX_LOG_LENGTH 512 // Maximum size of log message #define ECHO_TIMEOUT 60 // Time between last packet sent and LCP ECHO generation #define IDLE_TIMEOUT 240 // Time between last packet sent and LCP ECHO generation +#define BUSY_WAIT_TIMEOUT 3000 // 5 minutes in 1/10th seconds to wait for radius to cleanup on shutdown // Constants #include "config.h" @@ -90,7 +91,8 @@ enum ProtocolRej, EchoReq, EchoReply, - DiscardRequest + DiscardRequest, + IdentRequest }; // Types