Module miow::net [] [src]

Extensions and types for the standard networking primitives.

This module contains a number of extension traits for the types in std::net for Windows-specific functionality.

Structs

AcceptAddrs

The parsed return value of AcceptAddrsBuf.

AcceptAddrsBuf

A type to represent a buffer in which an accepted socket's address will be stored.

SocketAddrBuf

A type to represent a buffer in which a socket address will be stored.

Traits

TcpBuilderExt

Additional methods for the TcpBuilder type in the net2 library.

TcpListenerExt

Additional methods for the TcpListener type in the standard library.

TcpStreamExt

Additional methods for the TcpStream type in the standard library.

UdpSocketExt

Additional methods for the UdpSocket type in the standard library.