[go: up one dir, main page]

Module net

Module net 

Source
Expand description

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§

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.