Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dclient.rs83 attempt: u32, field
103 now.add((self.attempt + 1) * self.rto) in next_timeout()
311 if ct.attempt >= max_attempts || event.event_body.is_ok() { in start()
319 ct.attempt += 1; in start()
439 attempt: 0, in send()
/webrtc/sctp/
H A DCHANGELOG.md7 * Fix 'attempt to add with overflow' panic in dev profile [#393](https://github.com/webrtc-rs/webrt…