Home
last modified time | relevance | path

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

/webrtc/ice/src/mdns/
H A Dmdns_test.rs17 let cfg0 = AgentConfig { in test_multicast_dns_only_connection()
28 let cfg1 = AgentConfig { in test_multicast_dns_only_connection()
51 let cfg0 = AgentConfig { in test_multicast_dns_mixed_connection()
62 let cfg1 = AgentConfig { in test_multicast_dns_mixed_connection()
85 let cfg0 = AgentConfig { in test_multicast_dns_static_host_name()
98 let cfg1 = AgentConfig { in test_multicast_dns_static_host_name()
/webrtc/ice/src/agent/
H A Dagent_test.rs427 let cfg0 = AgentConfig { in test_connectivity_on_startup()
440 let cfg1 = AgentConfig { in test_connectivity_on_startup()
537 let cfg0 = AgentConfig { in test_connectivity_lite()
548 let cfg1 = AgentConfig { in test_connectivity_lite()
937 let cfg0 = AgentConfig { in test_connection_state_callback()
946 let cfg1 = AgentConfig { in test_connection_state_callback()
1638 let cfg0 = AgentConfig { in test_connection_state_failed_delete_all_candidates()
1810 Some(AgentConfig { in test_agent_restart_one_side()
1815 Some(AgentConfig { in test_agent_restart_one_side()
1868 Some(AgentConfig { in test_agent_restart_both_side()
[all …]
H A Dagent_transport_test.rs9 default_config0: Option<AgentConfig>, in pipe() argument
10 default_config1: Option<AgentConfig>, in pipe() argument
18 AgentConfig::default() in pipe()
29 AgentConfig::default() in pipe()
H A Dagent_gather_test.rs15 let a = Agent::new(AgentConfig { in test_vnet_gather_no_local_ip_address()
47 let a = Agent::new(AgentConfig { in test_vnet_gather_dynamic_ip_address()
81 let a = Agent::new(AgentConfig { in test_vnet_gather_listen_udp()
146 let a = Agent::new(AgentConfig { in test_vnet_gather_with_nat_1to1_as_host_candidates()
262 let a = Agent::new(AgentConfig { in test_vnet_gather_with_nat_1to1_as_srflx_candidates()
332 let a = Agent::new(AgentConfig { in test_vnet_gather_with_interface_filter()
354 let a = Agent::new(AgentConfig { in test_vnet_gather_with_interface_filter()
397 let cfg0 = AgentConfig { in test_vnet_gather_turn_connection_leak()
446 let a = Agent::new(AgentConfig { in test_vnet_gather_muxed_udp()
H A Dagent_config.rs60 pub struct AgentConfig { struct
157 impl AgentConfig { argument
H A Dagent_vnet_test.rs300 let cfg0 = AgentConfig { in pipe_with_vnet()
318 let cfg1 = AgentConfig { in pipe_with_vnet()
793 Agent::new(AgentConfig { in test_disconnected_to_connected()
806 Agent::new(AgentConfig { in test_disconnected_to_connected()
940 Agent::new(AgentConfig { in test_write_use_valid_pair()
950 Agent::new(AgentConfig { in test_write_use_valid_pair()
H A Dmod.rs118 pub async fn new(config: AgentConfig) -> Result<Self> { in new()
H A Dagent_internal.rs85 pub(super) fn new(config: &AgentConfig) -> (Self, ChanReceivers) { in new()
/webrtc/ice/src/candidate/
H A Dcandidate_server_reflexive_test.rs3 use crate::agent::agent_config::AgentConfig;
47 let cfg0 = AgentConfig { in test_server_reflexive_only_connection()
63 let cfg1 = AgentConfig { in test_server_reflexive_only_connection()
H A Dcandidate_relay_test.rs3 use crate::agent::agent_config::AgentConfig;
68 let cfg0 = AgentConfig { in test_relay_only_connection()
86 let cfg1 = AgentConfig { in test_relay_only_connection()
/webrtc/ice/
H A DCHANGELOG.md35 * Add IP filter to ICE `AgentConfig` [#306](https://github.com/webrtc-rs/webrtc/pull/306) and [#318…
/webrtc/ice/examples/
H A Dping_pong.rs4 use ice::agent::agent_config::AgentConfig;
192 Agent::new(AgentConfig { in main()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs108 let mut config = ice::agent::agent_config::AgentConfig { in create_agent()