Home
last modified time | relevance | path

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

/webrtc/ice/src/network_type/
H A Dmod.rs11 pub(crate) const TCP: &str = "tcp"; constant
95 Self::Tcp4 | Self::Tcp6 => TCP.to_owned(), in network_short()
138 } else if net.starts_with(TCP) { in determine_network_type()