Even for UDP sockets, we should handle EAGAIN errors because it can happen.. Apparent...
commit834dcb91f4b7020b367e8359e05ea546ac7bae0e
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Tue, 10 Nov 2009 19:27:03 +0000 (10 14:27 -0500)
committerYouness Alaoui <youness.alaoui@collabora.co.uk>
Tue, 10 Nov 2009 19:27:03 +0000 (10 14:27 -0500)
tree34f47fedb292ebb6578dd2d8b3a191e3fb916573
parentbe58253f0de3b89872105395b37a2e474645c6e8
Even for UDP sockets, we should handle EAGAIN errors because it can happen.. Apparently recvfrom can return EAGAIN on udp sockets if for example there's a bad checksum in the packet or some other similar error
socket/udp-bsd.c