From: Guus Sliepen Date: Thu, 11 Jun 2009 17:26:34 +0000 (+0200) Subject: Do not log errors when recvfrom() returns EAGAIN or EINTR. X-Git-Tag: release-1.0.10~50 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=66be914d35cb7e7ea4dd4aed68ae9e41addd9f70;hp=66be914d35cb7e7ea4dd4aed68ae9e41addd9f70 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. ---