Searched defs:AgentConfig (Results 1 – 2 of 2) sorted by relevance
| /webrtc/ice/src/agent/ |
| H A D | agent_config.rs | 60 pub struct AgentConfig { struct 61 pub urls: Vec<Url>, 65 pub udp_network: UDPNetwork, 70 pub local_ufrag: String, 74 pub local_pwd: String, 80 pub multicast_dns_host_name: String, 107 pub check_interval: Duration, 114 pub is_controlling: bool, 117 pub lite: bool, 129 pub nat_1to1_ips: Vec<String>, [all …]
|
| H A D | agent_transport_test.rs | 9 default_config0: Option<AgentConfig>, in pipe() 10 default_config1: Option<AgentConfig>, in pipe()
|