UDP API Definition: Difference between revisions

Jump to navigation Jump to search
Line 99: Line 99:
To prevent high server load the UDP API server enforces a strict flood protection policy.
To prevent high server load the UDP API server enforces a strict flood protection policy.
* Short Term:
* Short Term:
** A Client MUST NOT send more than 0.5 packets per second.
** A Client MUST NOT send more than 0.5 packets per second (that's one packet every two seconds, not two packets a second!)
** The server will start to enforce the limit after the first 5 packets have been received.
** The server will start to enforce the limit after the first 5 packets have been received.
* Long Term:
* Long Term: