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§
- Accept
Addrs - The parsed return value of
AcceptAddrsBuf. - Accept
Addrs Buf - A type to represent a buffer in which an accepted socket’s address will be stored.
- Socket
Addr Buf - A type to represent a buffer in which a socket address will be stored.
Traits§
- TcpListener
Ext - Additional methods for the
TcpListenertype in the standard library. - TcpStream
Ext - Additional methods for the
TcpStreamtype in the standard library. - UdpSocket
Ext - Additional methods for the
UdpSockettype in the standard library.