28.12.2015, 21:01
Quote:
The server works with the UDP protocol, which works on the "best effort" principle. That basically means that it is fast because there's no handshake or verification. However there's also no way for the server to know if the client has received all the packets it should have received. If you flood the client with over 200 requests then I consider it likely that some packets may never arrive or be processed due to congestion.
|