fix: suppress HostUnreachable warnings on UDP transmit (fixes #4345)#4363
fix: suppress HostUnreachable warnings on UDP transmit (fixes #4345)#4363Abhijeet1815 wants to merge 1 commit into
Conversation
|
Can you add some more details please. When are you getting these errors? Which platform, and under which conditions? If suppressing these errors is what is wanted on the recv path generally (I'll have to investigate more if that is the case), then this should likely happen in Otherwise yes, it's likely fine to tone down the warnings here. But I'd like to know a bit more before. |
DescriptionThis PR fixes #4345 by suppressing expected Root Cause & Context: On hosts that have an IPv6 interface (e.g., link-local addresses, which makes The Fix: Because Breaking ChangesNone. Notes & open questions
Change checklist
|
flub
left a comment
There was a problem hiding this comment.
The warn log should not exist at all to be fair. Let's not do any special casing here and move the entire log to trace.
noq-udp already does appropriate logging for these.
Also, please update the description of the PR explaining the reasoning and closing the issue. This is what gets turned into the commit message. If you can not do this we'll have to close this PR.
Description
Breaking Changes
Notes & open questions
Change checklist
quic-rpciroh-gossipiroh-blobsdumbpipesendme