Home
last modified time | relevance | path

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

/webrtc/interceptor/src/nack/generator/
H A Dgenerator_test.rs10 const INTERVAL: Duration = Duration::from_millis(10); in test_generator_interceptor() constant
14 .with_interval(INTERVAL) in test_generator_interceptor()
48 tokio::time::sleep(INTERVAL * 2).await; // wait for at least 2 nack packets in test_generator_interceptor()
/webrtc/sctp/src/
H A Dutil.rs87 const INTERVAL: u32 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u32; in test_serial_number_arithmetic32bit() constant
92 let s1 = i * INTERVAL; in test_serial_number_arithmetic32bit()
167 const INTERVAL: u16 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u16; in test_serial_number_arithmetic16bit() constant
172 let s1 = i * INTERVAL; in test_serial_number_arithmetic16bit()