TcpConnectionRegistry

Type Alias TcpConnectionRegistry 

Source
pub type TcpConnectionRegistry = Arc<DashMap<u64, TcpConnectionHandle>>;
Expand description

Shared registry for TCP connections Maps stream_id -> TCP connection handle

Aliased Typeยง

pub struct TcpConnectionRegistry { /* private fields */ }