Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_config.rs17 pub(crate) const DEFAULT_KEEPALIVE_INTERVAL: Duration = Duration::from_secs(2); constant
205 a.keepalive_interval = DEFAULT_KEEPALIVE_INTERVAL; in init_with_defaults()