Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dclient.rs102 pub(crate) fn next_timeout(&self, now: Instant) -> Instant { in next_timeout() method
322 let timeout = ct.next_timeout(Instant::now()); in start()
446 let d = t.next_timeout(t.start); in send()