projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
df834e9
)
bump MAXSESSION
author
Brendan O'Dea
<bod@optus.net>
Wed, 9 Feb 2005 02:39:05 +0000
(
02:39
+0000)
committer
Brendan O'Dea
<bod@optus.net>
Wed, 9 Feb 2005 02:39:05 +0000
(
02:39
+0000)
Changes
patch
|
blob
|
history
l2tpns.h
patch
|
blob
|
history
diff --git
a/Changes
b/Changes
index
66ff22a
..
ce39428
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-17,6
+17,8
@@
- Show time since last counter reset in "show counters".
- Remove "save_state" option. Not maintained anymore; use clustering
to retain state across restarts.
- Show time since last counter reset in "show counters".
- Remove "save_state" option. Not maintained anymore; use clustering
to retain state across restarts.
+- Fix off-by-one in session/tunnel table initialisation.
+- Bump MAXSESSION to 60K.
* Fri Dec 17 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.13
- Better cluster master collision resolution: keep a counter of state
* Fri Dec 17 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.13
- Better cluster master collision resolution: keep a counter of state
diff --git
a/l2tpns.h
b/l2tpns.h
index
add806f
..
686607e
100644
(file)
--- a/
l2tpns.h
+++ b/
l2tpns.h
@@
-1,5
+1,5
@@
// L2TPNS Global Stuff
// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.5
5 2005-02-09 00:16:19
bodea Exp $
+// $Id: l2tpns.h,v 1.5
6 2005-02-09 02:39:05
bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
@@
-19,7
+19,7
@@
// Limits
#define MAXTUNNEL 500 // could be up to 65535
// Limits
#define MAXTUNNEL 500 // could be up to 65535
-#define MAXSESSION
5
0000 // could be up to 65535
+#define MAXSESSION
6
0000 // could be up to 65535
#define MAXTBFS 6000 // Maximum token bucket filters. Might need up to 2 * session.
#define RADIUS_SHIFT 5
#define MAXTBFS 6000 // Maximum token bucket filters. Might need up to 2 * session.
#define RADIUS_SHIFT 5