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