diff options
author | toni <matzeton@googlemail.com> | 2017-01-25 00:33:57 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2017-01-25 00:33:57 +0100 |
commit | f2ebdc58bb8e9091c4f823bb6d9e521b32087d40 (patch) | |
tree | 3d652c001fff4ab75a6a43f5776351af389cfa6f /config.h | |
parent | 1f7b8a1a8281c2cf998081fd58ba50475a98ac33 (diff) |
flood protection (main menu)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 * |