Open moridius opened 9 months ago
I'd suggest a message like "Address unreachable while sending response to {address}". IMO it's easier to understand and easier to produce (since I don't like poking around stack frames).
Also, please use errno.ENETUNREACH
instead of 101 as a magic number.
If a network host is unreachable for respondd it now writes a one-line error message instead of several lines of stacktrace.