[srvx-commits] CVS: services srvx.conf.example,1.16,1.16.2.1
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-07-12 19:21:16
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv18578
Modified Files:
Tag: rel-1_1-branch
srvx.conf.example
Log Message:
Implement channel flooding countermeasures.
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -r1.16 -r1.16.2.1
*** srvx.conf.example 18 Jun 2002 03:22:24 -0000 1.16
--- srvx.conf.example 12 Jul 2002 19:21:12 -0000 1.16.2.1
***************
*** 120,123 ****
--- 120,125 ----
"drain-rate" "1";
};
+ // automatically moderate join flooded channels?
+ "join_flood_moderate" "1";
// new user flood policer params
"new_user_policer" {
|