Skip to content

mio::udp::UdpSocket.recv_from() API differs from std::net::UdpSocket API #255

@wrl

Description

@wrl

std::net::UdpSocket::recv_from() returns Result<(usize, SocketAddr)>. mio::udp::UdpSocket.recv_from() returns Result<Option<SocketAddr>>.

02:18 <~ carllerche> if you could file an issue w/ API inconsistencies that you are aware of... would be good

Unaware of more, but this could be an issue for taking notes of such things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions