Rate limiting
Use rate limiting so that each client is allowed to send up to RLIMIT_MAX_HITS
requests in RLIMIT_WINDOW_TIME
seconds to the server. If the client exeeds this limit it is banned for RLIMIT_BAN_TIME
seconds. The rate limiting can be disabled by setting RLIMIT_MAX_HITS
to zero.
Edited by Vojtech Myslivec