Home
last modified time | relevance | path

Searched refs:PortMap (Results 1 – 1 of 1) sorted by relevance

/webrtc/util/src/vnet/
H A Dconn_map.rs13 type PortMap = Mutex<HashMap<u16, Vec<Arc<UdpConn>>>>; typedef
17 port_map: PortMap,