Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_transport.rs24 .start_connectivity_checks(true, remote_ufrag, remote_pwd) in dial()
59 .start_connectivity_checks(false, remote_ufrag, remote_pwd) in accept()
H A Dagent_vnet_test.rs970 .start_connectivity_checks(true, controlled_ufrag, controlled_pwd) in test_write_use_valid_pair()
991 .start_connectivity_checks(false, controlling_ufrag, controlling_pwd) in test_write_use_valid_pair()
H A Dagent_internal.rs167 pub(crate) async fn start_connectivity_checks( in start_connectivity_checks() method