Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 13 of 13) sorted by relevance

/webrtc/sctp/src/timer/
H A Dack_timer.rs18 pub(crate) interval: Duration, field
40 let interval = self.interval; in start() localVariable
H A Dtimer_test.rs261 let interval = 30; in test_rtx_timer_last_start_wins() localVariable
289 let interval = 30; in test_rtx_timer_stop_right_after_start() localVariable
314 let interval = 30; in test_rtx_timer_start_stop_then_start() localVariable
380 let interval = 10; in test_rtx_timer_should_stop_after_rtx_failure() localVariable
431 let interval = 10; in test_rtx_timer_should_not_stop_if_max_retrans_is_zero() localVariable
H A Drtx_timer.rs158 let interval = calculate_next_timeout(rto, n_rtos); in start() localVariable
/webrtc/turn/src/client/
H A Dperiodic_timer.rs28 interval: Duration, field
56 let interval = self.interval; in start() localVariable
H A Dtransaction.rs109 pub interval: u16, field
120 pub interval: Arc<AtomicU16>, field
/webrtc/interceptor/src/report/
H A Dmod.rs21 interval: Option<Duration>, field
/webrtc/interceptor/src/nack/generator/
H A Dmod.rs29 interval: Option<Duration>, field
88 interval: Duration, field
/webrtc/interceptor/src/twcc/receiver/
H A Dmod.rs20 interval: Option<Duration>, field
63 interval: Duration, field
/webrtc/interceptor/src/report/sender/
H A Dmod.rs16 pub(crate) interval: Duration, field
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs16 pub(crate) interval: Duration, field
/webrtc/stun/src/
H A Dclient.rs50 let mut interval = time::interval(rate); in start() localVariable
/webrtc/sdp/src/description/
H A Dsession.rs146 pub interval: i64, field
1120 let interval = parse_time_units(fields[0])?; in unmarshal_repeat_times() localVariable
/webrtc/ice/src/agent/
H A Dagent_internal.rs262 let mut interval = DEFAULT_CHECK_INTERVAL; in connectivity_checks() localVariable