Searched refs:Udp (Results 1 – 10 of 10) sorted by relevance
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_protocol.rs | 13 Udp, enumerator 27 RTCIceProtocol::Udp in from() 39 RTCIceProtocol::Udp => write!(f, "{ICE_PROTOCOL_UDP_STR}"), in fmt() 54 ("udp", RTCIceProtocol::Udp), in test_new_ice_protocol() 56 ("UDP", RTCIceProtocol::Udp), in test_new_ice_protocol() 70 (RTCIceProtocol::Udp, "udp"), in test_ice_protocol_string()
|
| /webrtc/ice/src/url/ |
| H A D | url_test.rs | 13 ProtoType::Udp, in test_parse_url_success() 22 ProtoType::Udp, in test_parse_url_success() 40 ProtoType::Udp, in test_parse_url_success() 49 ProtoType::Udp, in test_parse_url_success() 67 ProtoType::Udp, in test_parse_url_success()
|
| H A D | mod.rs | 66 Udp, enumerator 76 Self::Udp in default() 87 "udp" => Self::Udp, in from() 97 Self::Udp => "udp", in fmt() 180 ProtoType::Udp in parse_url() 203 ProtoType::Udp in parse_url()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_relay_test.rs | 76 proto: ProtoType::Udp, in test_relay_only_connection() 94 proto: ProtoType::Udp, in test_relay_only_connection()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_transport_test.rs | 66 proto: ProtoType::Udp, in test_remote_local_addr()
|
| H A D | agent_vnet_test.rs | 470 proto: ProtoType::Udp, in test_connectivity_simple_vnet_full_cone_nats_on_both_ends() 523 proto: ProtoType::Udp, in test_connectivity_vnet_full_cone_nats_on_both_ends() 533 proto: ProtoType::Udp, in test_connectivity_vnet_full_cone_nats_on_both_ends() 585 proto: ProtoType::Udp, in test_connectivity_vnet_symmetric_nats_on_both_ends() 595 proto: ProtoType::Udp, in test_connectivity_vnet_symmetric_nats_on_both_ends()
|
| H A D | agent_gather_test.rs | 385 proto: ProtoType::Udp, in test_vnet_gather_turn_connection_leak()
|
| H A D | agent_gather.rs | 755 if url.proto == ProtoType::Udp && url.scheme == SchemeType::Turn { in gather_candidates_relay()
|
| H A D | agent_test.rs | 522 proto: ProtoType::Udp, in test_connectivity_lite()
|
| /webrtc/webrtc/ |
| H A D | CHANGELOG.md | 177 * [#202 bugfix-Udp connection not close (reopen #174) #195](https://github.com/webrtc-rs/webrtc/pul…
|