Expand description
This module contains a minimalist TCP Connection implementation, which only supports
passive open scenarios, and some auxiliary logic and data structures.
Structs§
- Connection
- Contains the state information and implements the logic for a minimalist TCP connection.
- Recv
Status Flags - Represents any unusual conditions which may occur when receiving a TCP segment.
Enums§
- Passive
Open Error - Describes errors which may occur during a passive open.
- Recv
Error - Describes errors which may occur when an existing connection receives a TCP segment.
- Write
Next Error - Describes errors which may occur when a connection attempts to write a segment.
Needs
rustfmt::skipto make multiline comments work
Type Aliases§
- Payload
Source - Defines a segment payload source.