Module state

Module state 

Source
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§

ClogState
Simple clog state - just tracks when it expires
ConnectionState
Internal connection state for simulation
ListenerState
Internal listener state for simulation
NetworkState
Network-related state management
PartitionState
Network partition state between two IP addresses

Enums§

CloseReason
Reason for connection closure - distinguishes FIN vs RST semantics.