commit | a2c62c3141d5e1878bec9cd7505dfc792f42fc3f | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Feb 10 14:13:43 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 17 17:36:30 2023 +0100 |
tree | 5643943d4e4064c291d6ff72891e91d32d74d5d7 | |
parent | dd41a45014683f693b686673747327e1e7ab0bbc [diff] |
MINOR: quic: Kill the connections on ICMP (port unreachable) packet receipt The send*() syscall which are responsible of such ICMP packets reception fails with ECONNREFUSED as errno. man(7) udp ECONNREFUSED No receiver was associated with the destination address. This might be caused by a previous packet sent over the socket. We must kill asap the underlying connection. Must be backported to 2.7.