Do not log errors when recvfrom() returns EAGAIN or EINTR.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Jun 2009 17:26:34 +0000 (19:26 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Jun 2009 17:26:34 +0000 (19:26 +0200)
commit66be914d35cb7e7ea4dd4aed68ae9e41addd9f70
treed1d02c27a25dd0f5e81001a8154fe03e5068d287
parentdf4add94a4a6461758b218a9ad257efc735062fe
Do not log errors when recvfrom() returns EAGAIN or EINTR.

Although we select() before we call recvfrom(), it sometimes happens that
select() tells us we can read but a subsequent read fails anyway. This is
harmless.
src/net_packet.c