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)
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.


No differences found