diff options
author | MadCamel <madcamel@gmail.com> | 2010-09-16 12:38:21 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-09-16 12:38:21 -0400 |
commit | fd6b63b357c3587450430f4acf70fdb52e8eb82c (patch) | |
tree | 51fd3bbfd3c934fe698765c3a1d96a16fce281ee /conf/battle_athena.conf | |
parent | 63f66361cb1e78958b9055243ebabbd7cb93ba45 (diff) | |
download | serverdata-fd6b63b357c3587450430f4acf70fdb52e8eb82c.tar.gz serverdata-fd6b63b357c3587450430f4acf70fdb52e8eb82c.tar.bz2 serverdata-fd6b63b357c3587450430f4acf70fdb52e8eb82c.tar.xz serverdata-fd6b63b357c3587450430f4acf70fdb52e8eb82c.zip |
Added default config values for anti packet flood system
Diffstat (limited to 'conf/battle_athena.conf')
-rw-r--r-- | conf/battle_athena.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 782a05bd..55d96f9e 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -725,5 +725,13 @@ chat_spam_ban: 1 // Maximum line lengt, if a message is above chat_maxline, its dropped [1-512]. Default 255. chat_maxline: 512 +// Packet flood protection +// If more than packet_spam_flood over-limits packets are recieved in +// packet_spam_threshold seconds, we will kick the user if packet_spam_kick +// is not set to 0. Limits on individual packets are defined in src/map/clif.c +packet_spam_flood: 30 +packet_spam_threshold: 2 +packet_spam_kick: 1 + // local settings for this server in this file import: conf/battle_local.conf |