Expand description
TCP/UDP/Unix bindings (mostly Tokio re-exports).
Structsยง
- Describes the readiness state of an I/O resources.
- TcpListener
netA TCP socket server, listening for connections. - TcpSocket
netA TCP socket that has not yet been converted to aTcpStreamorTcpListener. - TcpStream
netA TCP stream between a local and a remote socket. - UdpSocket
netA UDP socket. - UnixDatagramUnix and
netAn I/O object representing a Unix datagram socket. - UnixListenerUnix and
netA Unix socket which can accept connections from other Unix sockets. - UnixStreamUnix and
netA structure representing a connected Unix socket.