Module net

Source
Expand description

TCP/UDP/Unix bindings (mostly Tokio re-exports).

Structsยง

Ready
Describes the readiness state of an I/O resources.
TcpListener
A TCP socket server, listening for connections.
TcpSocket
A TCP socket that has not yet been converted to a TcpStream or TcpListener.
TcpStream
A TCP stream between a local and a remote socket.
UdpSocket
A UDP socket.
UnixDatagram
An I/O object representing a Unix datagram socket.
UnixListener
A Unix socket which can accept connections from other Unix sockets.
UnixStream
A structure representing a connected Unix socket.