On Wed, 26 Mar 2025 11:14:59 +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. David Gibson (2): udp: Don't attempt to forward ICMP socket errors to other sockets udp: Improve name of UDP related ICMP sending functionsJon, just for clarity, I'll wait for your review on those. Both look good to me by the way. I wasn't aware of the fact that one can do if (...) { } else ... without even a semicolon in the body. -- Stefano