socketsByCid property
A map of active connections, keyed by their local Connection ID.
Implementation
@visibleForTesting
final Map<ConnectionId, UDPSocket> socketsByCid = {};
A map of active connections, keyed by their local Connection ID.
@visibleForTesting
final Map<ConnectionId, UDPSocket> socketsByCid = {};