Home
last modified time | relevance | path

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

/webrtc/webrtc/src/api/setting_engine/
H A Dsetting_engine_test.rs14 assert_eq!(s.timeout.ice_keepalive_interval, None); in test_set_connection_timeout()
27 s.timeout.ice_keepalive_interval, in test_set_connection_timeout()
H A Dmod.rs28 pub ice_keepalive_interval: Option<Duration>, field
116 self.timeout.ice_keepalive_interval = keep_alive_interval; in set_ice_timeouts()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs114 keepalive_interval: self.setting_engine.timeout.ice_keepalive_interval, in create_agent()