chiark / gitweb /
polypath: Do not separately log xmit failures
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Nov 2022 00:02:20 +0000 (00:02 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Jan 2023 23:38:32 +0000 (23:38 +0000)
commite4dbf24823b262eb038833fbf82ad688fe1cc5e4
tree608532f9c9abf61520be1ed3389efb74d0b9026b
parent284cb6d32a7e80b76cfecfdcbf8d6855183817c8
polypath: Do not separately log xmit failures

udp_sock_experienced handles the necessary logging.  We don't want a
log message per packet, even if they're errors.

Empirically, using a network speed test web page, over the same
network interface, can cause this to get EAGAIN and produce logspam.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
polypath.c