Home
last modified time | relevance | path

Searched refs:host_acceptance_min_wait (Results 1 – 4 of 4) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_config.rs132 pub host_acceptance_min_wait: Option<Duration>, field
166 if let Some(host_acceptance_min_wait) = self.host_acceptance_min_wait { in init_with_defaults()
167 a.host_acceptance_min_wait = host_acceptance_min_wait; in init_with_defaults()
169 a.host_acceptance_min_wait = DEFAULT_HOST_ACCEPTANCE_MIN_WAIT; in init_with_defaults()
H A Dagent_internal.rs67 pub(crate) host_acceptance_min_wait: Duration, field
128 host_acceptance_min_wait: Duration::from_secs(0), in new()
H A Dagent_selector.rs72 > self.host_acceptance_min_wait.as_nanos() in is_nominatable()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs116 host_acceptance_min_wait: self.setting_engine.timeout.ice_host_acceptance_min_wait, in create_agent()