Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_gather.rs20 const STUN_GATHER_TIMEOUT: Duration = Duration::from_secs(5); constant
645 match get_xormapped_addr(&conn, server_addr, STUN_GATHER_TIMEOUT).await { in gather_candidates_srflx()