When I call recvfrom() on the blocking udp socket after sendto() call it returns 0.
But when I call Sleep() function between them, recvfrom() returns the correct lenghth of the received udp packet.
The same correct behaviour is present when I use the debugger in step over mode.
Can some clarify this behavior of the udp socket?
recvfrompoints to. It is both an input and output parameter. – David Schwartz Sep 24 '11 at 18:36