Searched refs:UDP (Results 1 – 5 of 5) sorted by relevance
10 pub(crate) const UDP: &str = "udp"; constant94 Self::Udp4 | Self::Udp6 => UDP.to_owned(), in network_short()132 if net.starts_with(UDP) { in determine_network_type()
5 * [#330 Fix the problem that the UDP port of the server relay is not released](https://github.com/w…
3 rtp-to-webrtc demonstrates how to consume a RTP stream video UDP, and then send to a WebRTC client.
255 let network = UDP.to_owned(); in gather_candidates_local()434 network: UDP.to_owned(), in gather_candidates_local_udp_mux()
55 Some(socket2::Protocol::UDP), in server()