On Fri, 28 Mar 2025 14:34:13 +1100 David Gibson <david(a)gibson.dropbear.id.au> wrote:While working on using connected sockets for both sides of UDP flows, I spotted a couple of minor problems in the recently added ICMP error propagation code. Here are the fixes. v2: * Rebase and fix conflict with Jon's recent fix in the same code David Gibson (2): udp: Don't attempt to forward ICMP socket errors to other sockets udp: Improve name of UDP related ICMP sending functionsApplied. -- Stefano