From fd6b63b357c3587450430f4acf70fdb52e8eb82c Mon Sep 17 00:00:00 2001 From: MadCamel Date: Thu, 16 Sep 2010 12:38:21 -0400 Subject: Added default config values for anti packet flood system --- conf/battle_athena.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3-60-g2f50