25 Oct
2011
25 Oct
'11
1:48 p.m.
On 26 October 2011 04:48, Bjørn Mork <bjorn@mork.no> wrote:
If the server is too slow to process requests, the kernel will throw away the UDP packets. This happens when the server is slow... whether it's threaded or not.
But then the client won't get the acks and retransmit. If I understood correctly, then the problem is the packets *are* acked but not logged.
Maybe my whole understanding of UDP is flawed, I thought the whole point of using UDP instead of TCP is not to have ACKS and retransmits? Cheers, Andrej