Available on crate feature
simple_tcp only.Expand description
This module implements a synchronous transport over a raw std::net::TcpListener.
Note that it does not handle TCP over Unix Domain Sockets, see simple_uds for this.
Structs§
- TcpTransport
- Simple synchronous TCP transport.
Enums§
- Error
- Error that can occur while using the TCP transport.