summaryrefslogtreecommitdiff
path: root/conf/battle_athena.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/battle_athena.conf')
-rw-r--r--conf/battle_athena.conf8
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