aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index c29d97a..5ebf43b 100644
--- a/config.h
+++ b/config.h
@@ -29,6 +29,11 @@
#define _HAS_UTMP 1
#define _HAS_SYSINFO 1
+/* flood protection max input chars per second */
+#define FLOOD_PROTECTION 5
+/* flood protection timeout in seconds */
+#define FLOOD_TIMEOUT 10
+
/***********
* suidcmd *