Home
last modified time | relevance | path

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

/webrtc/ice/src/network_type/
H A Dmod.rs10 pub(crate) const UDP: &str = "udp"; constant
94 Self::Udp4 | Self::Udp6 => UDP.to_owned(), in network_short()
132 if net.starts_with(UDP) { in determine_network_type()
/webrtc/turn/
H A DCHANGELOG.md5 * [#330 Fix the problem that the UDP port of the server relay is not released](https://github.com/w…
/webrtc/examples/examples/rtp-to-webrtc/
H A DREADME.md3 rtp-to-webrtc demonstrates how to consume a RTP stream video UDP, and then send to a WebRTC client.
/webrtc/ice/src/agent/
H A Dagent_gather.rs255 let network = UDP.to_owned(); in gather_candidates_local()
434 network: UDP.to_owned(), in gather_candidates_local_udp_mux()
/webrtc/mdns/src/conn/
H A Dmod.rs55 Some(socket2::Protocol::UDP), in server()