Home
last modified time | relevance | path

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

/webrtc/sctp/src/chunk/
H A Dchunk_payload_data.rs109 pub(crate) since: SystemTime, field
137 since: SystemTime::now(), in default()
216 since: SystemTime::now(), in unmarshal()
/webrtc/sctp/src/timer/
H A Dtimer_test.rs369 let since = SystemTime::now(); in test_rtx_timer_should_stop_after_rtx_failure() localVariable
391 let diff = elapsed.duration_since(since).unwrap(); in test_rtx_timer_should_stop_after_rtx_failure()
420 let since = SystemTime::now(); in test_rtx_timer_should_not_stop_if_max_retrans_is_zero() localVariable
442 let diff = elapsed.duration_since(since).unwrap(); in test_rtx_timer_should_not_stop_if_max_retrans_is_zero()
/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs501 let since = tokio::time::Instant::now(); in test_data_channel_buffered_amount() localVariable
505 if tokio::time::Instant::now().duration_since(since) > Duration::from_millis(500) { in test_data_channel_buffered_amount()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs1125 let rtt = match SystemTime::now().duration_since(c.since) { in process_selective_ack()
1182 let rtt = match SystemTime::now().duration_since(c.since) { in process_selective_ack()
1815 c.since = SystemTime::now(); // use to calculate RTT and also for maxPacketLifeTime in move_pending_data_chunk_to_inflight_queue()
1977 if let Ok(elapsed) = SystemTime::now().duration_since(c.since) { in check_partial_reliability_status()
/webrtc/
H A DREADME.md138 …mmunity and has been used for both the compiler and many public libraries since (see <https://doc.…
/webrtc/webrtc/
H A DCHANGELOG.md153 We made various improvements and fixes since 0.4.0, including merging all subcrates into a single g…