pub(super) type ConnectionID = u64;Expand description
Unique identifier for an active physical TCP connection.
Note: If this type is changed (e.g., to u32), NEXT_CONNECTION_ID
must be updated to the corresponding atomic type (e.g., AtomicU32).