Searched refs:since (Results 1 – 6 of 6) sorted by relevance
109 pub(crate) since: SystemTime, field137 since: SystemTime::now(), in default()216 since: SystemTime::now(), in unmarshal()
369 let since = SystemTime::now(); in test_rtx_timer_should_stop_after_rtx_failure() localVariable391 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() localVariable442 let diff = elapsed.duration_since(since).unwrap(); in test_rtx_timer_should_not_stop_if_max_retrans_is_zero()
501 let since = tokio::time::Instant::now(); in test_data_channel_buffered_amount() localVariable505 if tokio::time::Instant::now().duration_since(since) > Duration::from_millis(500) { in test_data_channel_buffered_amount()
1125 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()
138 …mmunity and has been used for both the compiler and many public libraries since (see <https://doc.…
153 We made various improvements and fixes since 0.4.0, including merging all subcrates into a single g…