Skip to content

Handling ICMP messages in UdpSocket::recv/recv_from #2931

Open
@Mygod

Description

@Mygod

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-netProposals relating to networking.T-libs-apiRelevant to the library API team, which will review and decide on the RFC.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions