Searched refs:congestion_event (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | reno.rs | 44 congestion_event, 101 fn congestion_event( in congestion_event() function 122 r.hystart.congestion_event(); in congestion_event() 220 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in reno_congestion_event() 239 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in reno_congestion_avoidance()
|
D | cubic.rs | 50 congestion_event, 255 fn congestion_event( in congestion_event() function 284 r.hystart.congestion_event(); in congestion_event() 371 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in cubic_congestion_event() 391 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in cubic_congestion_avoidance() 426 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in cubic_collapse_cwnd_and_restart()
|
D | hystart.rs | 174 pub fn congestion_event(&mut self) { in congestion_event() method 307 fn congestion_event() { in congestion_event() function 316 hspp.congestion_event(); in congestion_event()
|
D | mod.rs | 722 self.congestion_event(largest_lost_pkt.time_sent, epoch, now); in on_packets_lost() 729 fn congestion_event( in congestion_event() method 732 (self.cc_ops.congestion_event)(self, time_sent, epoch, now); in congestion_event() 820 pub congestion_event: fn( field
|