You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a UDP server, it is helpful to learn if we got ICMP messages (e.g. regarding MTU or unreachability). On Unix, we can do this via recvmsg, e.g. here. It would be great if rust std can incorporate this.