Searched refs:ice_keepalive_interval (Results 1 – 3 of 3) sorted by relevance
14 assert_eq!(s.timeout.ice_keepalive_interval, None); in test_set_connection_timeout()27 s.timeout.ice_keepalive_interval, in test_set_connection_timeout()
28 pub ice_keepalive_interval: Option<Duration>, field116 self.timeout.ice_keepalive_interval = keep_alive_interval; in set_ice_timeouts()
114 keepalive_interval: self.setting_engine.timeout.ice_keepalive_interval, in create_agent()