projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5fac6af
)
use 1452 as MRU
author
Brendan O'Dea
<bod@optus.net>
Fri, 20 May 2005 01:32:14 +0000
(
01:32
+0000)
committer
Brendan O'Dea
<bod@optus.net>
Fri, 20 May 2005 01:32:14 +0000
(
01:32
+0000)
l2tpns.h
patch
|
blob
|
history
diff --git
a/l2tpns.h
b/l2tpns.h
index
f96f9d6
..
06815cc
100644
(file)
--- a/
l2tpns.h
+++ b/
l2tpns.h
@@
-1,5
+1,5
@@
// L2TPNS Global Stuff
// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.7
1 2005-05-16 05:56:33
bodea Exp $
+// $Id: l2tpns.h,v 1.7
2 2005-05-20 01:32:14
bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
@@
-43,7
+43,7
@@
#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_TIME 3000 // 5 minutes in 1/10th seconds to wait for radius to cleanup on shutdown
#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_TIME 3000 // 5 minutes in 1/10th seconds to wait for radius to cleanup on shutdown
-#define DEFAULT_MRU 145
8
// maximum packet size to avoid fragmentation when LNS ethernet MTU is 1500
+#define DEFAULT_MRU 145
2
// maximum packet size to avoid fragmentation when LNS ethernet MTU is 1500
// Constants
#ifndef ETCDIR
// Constants
#ifndef ETCDIR