Searched refs:check_interval (Results 1 – 4 of 4) sorted by relevance
| /webrtc/ice/src/agent/ |
| H A D | agent_config.rs | 107 pub check_interval: Duration, field 208 if self.check_interval == Duration::from_secs(0) { in init_with_defaults() 209 a.check_interval = DEFAULT_CHECK_INTERVAL; in init_with_defaults() 211 a.check_interval = self.check_interval; in init_with_defaults()
|
| H A D | agent_test.rs | 426 let check_interval = Duration::from_secs(3600); //time.Hour in test_connectivity_on_startup() localVariable 433 check_interval, in test_connectivity_on_startup() 446 check_interval, in test_connectivity_on_startup() 1961 check_interval: Duration::from_millis(500), in test_close_in_connection_state_callback() 1971 check_interval: Duration::from_millis(500), in test_close_in_connection_state_callback() 2018 check_interval: Duration::from_millis(50), in test_run_task_in_connection_state_callback() 2028 check_interval: Duration::from_millis(50), in test_run_task_in_connection_state_callback() 2070 check_interval: Duration::from_millis(50), in test_run_task_in_selected_candidate_pair_change_callback() 2080 check_interval: Duration::from_millis(50), in test_run_task_in_selected_candidate_pair_change_callback() 2153 check_interval: Duration::from_millis(500), in test_lite_lifecycle()
|
| H A D | agent_internal.rs | 81 pub(crate) check_interval: Duration, field 146 check_interval: Duration::from_secs(0), in new() 243 let (check_interval, keepalive_interval, disconnected_timeout, failed_timeout) = ( in connectivity_checks() 244 self.check_interval, in connectivity_checks() 273 update_interval(check_interval); in connectivity_checks()
|
| H A D | agent_vnet_test.rs | 799 check_interval: keepalive_interval, in test_disconnected_to_connected() 812 check_interval: keepalive_interval, in test_disconnected_to_connected()
|