Searched refs:first_sent_time (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | delivery_rate.rs | 44 first_sent_time: Instant, field 68 first_sent_time: now, in default() 85 self.first_sent_time = pkt.time_sent; in on_packet_sent() 89 pkt.first_sent_time = self.first_sent_time; in on_packet_sent() 111 pkt.time_sent.saturating_duration_since(pkt.first_sent_time); in update_rate_sample() 117 self.first_sent_time = pkt.time_sent; in update_rate_sample() 230 first_sent_time: now, in rate_check() 256 first_sent_time: now.checked_sub(rtt).unwrap(), in rate_check() 294 first_sent_time: now, in app_limited_cwnd_full() 333 first_sent_time: now, in app_limited_check()
|
D | cubic.rs | 485 first_sent_time: now, in cubic_slow_start() 503 first_sent_time: now, in cubic_slow_start() 533 first_sent_time: now, in cubic_slow_start_multi_acks() 552 first_sent_time: now, in cubic_slow_start_multi_acks() 562 first_sent_time: now, in cubic_slow_start_multi_acks() 572 first_sent_time: now, in cubic_slow_start_multi_acks() 651 first_sent_time: now, in cubic_congestion_avoidance() 696 first_sent_time: now, in cubic_collapse_cwnd_and_restart() 731 first_sent_time: now, in cubic_hystart_css_to_ss() 762 first_sent_time: now, in cubic_hystart_css_to_ss() [all …]
|
D | reno.rs | 214 first_sent_time: std::time::Instant::now(), in reno_slow_start() 232 first_sent_time: now, in reno_slow_start() 263 first_sent_time: std::time::Instant::now(), in reno_slow_start_multi_acks() 282 first_sent_time: now, in reno_slow_start_multi_acks() 292 first_sent_time: now, in reno_slow_start_multi_acks() 302 first_sent_time: now, in reno_slow_start_multi_acks() 371 first_sent_time: now, in reno_congestion_avoidance()
|
D | mod.rs | 525 first_sent_time: unacked.first_sent_time, in on_ack_received() 1210 pub first_sent_time: Instant, field 1224 write!(f, "first_sent_time={:?} ", self.first_sent_time)?; in fmt() 1246 pub first_sent_time: Instant, field 1449 first_sent_time: now, in loss_on_pto() 1475 first_sent_time: now, in loss_on_pto() 1501 first_sent_time: now, in loss_on_pto() 1527 first_sent_time: now, in loss_on_pto() 1585 first_sent_time: now, in loss_on_pto() 1611 first_sent_time: now, in loss_on_pto() [all …]
|
/external/rust/crates/quiche/src/recovery/bbr/ |
D | mod.rs | 424 first_sent_time: now, in bbr_startup() 491 first_sent_time: now, in bbr_congestion_event() 557 first_sent_time: now, in bbr_drain() 605 first_sent_time: now, in bbr_drain() 676 first_sent_time: now, in bbr_probe_bw() 746 first_sent_time: now, in bbr_probe_rtt() 797 first_sent_time: now, in bbr_probe_rtt()
|
/external/webrtc/p2p/stunprober/ |
D | stun_prober.cc | 484 int64_t first_sent_time = 0; in GetStats() local 506 if (!first_sent_time) { in GetStats() 507 first_sent_time = request->sent_time_ms; in GetStats() 586 (1000 * (last_sent_time - first_sent_time)) / in GetStats()
|
/external/rust/crates/quiche/src/ |
D | lib.rs | 4255 first_sent_time: now, in send_single()
|