Expand description
Per-core connection state management.
Most of this module’s functionality is maintained internally by Iris and is not meant to be directly managed by users. However, it publicly exposes some useful connection identifiers for convenience.
Re-exports§
pub use conn::conn_actions::Actions;pub use conn::conn_actions::TrackedActions;pub use conn::conn_state::StateTransition;pub use conn::conn_state::StateTxData;pub use conn::ConnInfo;
Modules§
- conn
- Per-connection state management.
- conn_id
- Bidirectional connection identifiers.
- pdu
- Transport-layer protocol data unit. Directly exposed to users as a primitive data type.
Enums§
- Layer
- “Layers” that can be built on top of the transport layer (L4). Each associated datatype must implement LayerInfo API (see below)