Expand description
TCP utility types.
Modulesยง
- listener ๐
- socket ๐
- split ๐
TcpStream
split support. - split_owned ๐
TcpStream
owned split support. - stream ๐
Structsยง
- Owned read half of a
TcpStream
, created byinto_split
. - Owned write half of a
TcpStream
, created byinto_split
. - Error indicating that two halves were not from the same socket, and thus could not be reunited.