Home
last modified time | relevance | path

Searched defs:keepalive_interval (Results 1 – 4 of 4) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_test.rs425 let keepalive_interval = Some(Duration::from_secs(3600)); //time.Hour in test_connectivity_on_startup() localVariable
935 let keepalive_interval = Duration::from_secs(0); in test_connection_state_callback() localVariable
1636 let keepalive_interval = Duration::from_secs(0); in test_connection_state_failed_delete_all_candidates() localVariable
1692 let keepalive_interval = Duration::from_secs(0); in test_connection_state_connecting_to_failed() localVariable
1953 let keepalive_interval = Duration::from_secs(0); in test_close_in_connection_state_callback() localVariable
2010 let keepalive_interval = Duration::from_secs(0); in test_run_task_in_connection_state_callback() localVariable
2062 let keepalive_interval = Duration::from_secs(0); in test_run_task_in_selected_candidate_pair_change_callback() localVariable
2142 let keepalive_interval = Duration::from_secs(0); in test_lite_lifecycle() localVariable
H A Dagent_config.rs96 pub keepalive_interval: Option<Duration>, field
H A Dagent_vnet_test.rs789 let keepalive_interval = Duration::from_millis(20); in test_disconnected_to_connected() localVariable
H A Dagent_internal.rs79 pub(crate) keepalive_interval: Duration, field