pub type TcpConnectionRegistry = Arc<DashMap<u64, TcpConnectionHandle>>;
Shared registry for TCP connections Maps stream_id -> TCP connection handle
pub struct TcpConnectionRegistry { /* private fields */ }