Expand description
Network state management for simulation.
This module provides internal state types for managing connections, listeners, partitions, and clogs in the simulation environment.
Structs§
- Clog
State - Simple clog state - just tracks when it expires
- Connection
State - Internal connection state for simulation
- Listener
State - Internal listener state for simulation
- Network
State - Network-related state management
- Partition
State - Network partition state between two IP addresses
Enums§
- Close
Reason - Reason for connection closure - distinguishes FIN vs RST semantics.