Searched defs:keepalive_interval (Results 1 – 4 of 4) sorted by relevance
425 let keepalive_interval = Some(Duration::from_secs(3600)); //time.Hour in test_connectivity_on_startup() localVariable935 let keepalive_interval = Duration::from_secs(0); in test_connection_state_callback() localVariable1636 let keepalive_interval = Duration::from_secs(0); in test_connection_state_failed_delete_all_candidates() localVariable1692 let keepalive_interval = Duration::from_secs(0); in test_connection_state_connecting_to_failed() localVariable1953 let keepalive_interval = Duration::from_secs(0); in test_close_in_connection_state_callback() localVariable2010 let keepalive_interval = Duration::from_secs(0); in test_run_task_in_connection_state_callback() localVariable2062 let keepalive_interval = Duration::from_secs(0); in test_run_task_in_selected_candidate_pair_change_callback() localVariable2142 let keepalive_interval = Duration::from_secs(0); in test_lite_lifecycle() localVariable
96 pub keepalive_interval: Option<Duration>, field
789 let keepalive_interval = Duration::from_millis(20); in test_disconnected_to_connected() localVariable
79 pub(crate) keepalive_interval: Duration, field