Searched defs:bytes_in_flight (Results 1 – 16 of 16) sorted by relevance
| /external/rust/crates/quiche/src/recovery/ |
| D | prr.rs | 105 let bytes_in_flight = 1000; in congestion_event() localVariable 116 let bytes_in_flight = 1000; in on_packet_sent() localVariable 131 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr() localVariable 158 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr_overflow() localVariable 178 let bytes_in_flight = 0; in on_packet_acked_prr_zero_in_flight() localVariable 196 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr_ssrb() localVariable 223 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr_ssrb_overflow() localVariable
|
| D | mod.rs | 132 bytes_in_flight: usize, field 1293 bytes_in_flight: u64, field
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
| D | prr_sender_test.cc | 26 QuicByteCount bytes_in_flight = num_packets_in_flight * kMaxSegmentSize; in TEST_F() local 84 QuicByteCount bytes_in_flight = 20 * kMaxSegmentSize; in TEST_F() local
|
| D | pacing_sender.cc | 39 QuicByteCount bytes_in_flight, in OnCongestionEvent() 55 QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
|
| D | bbr2_sender.cc | 439 void Bbr2Sender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent() 465 bool Bbr2Sender::CanSend(QuicByteCount bytes_in_flight) { in CanSend() 479 void Bbr2Sender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
|
| D | bbr_sender.cc | 150 void BbrSender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent() 173 bool BbrSender::CanSend(QuicByteCount bytes_in_flight) { in CanSend() 521 const QuicByteCount bytes_in_flight = unacked_packets_->bytes_in_flight(); in UpdateGainCyclePhase() local 833 void BbrSender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
|
| D | prr_sender.cc | 34 QuicByteCount bytes_in_flight, in CanSend()
|
| D | bbr2_misc.cc | 75 QuicByteCount bytes_in_flight, in OnPacketSent()
|
| D | tcp_cubic_sender_bytes.cc | 152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
|
| D | bbr2_probe_bw.cc | 152 QuicByteCount bytes_in_flight = congestion_event.bytes_in_flight; in UpdateProbeDown() local
|
| D | bandwidth_sampler.cc | 192 QuicByteCount bytes_in_flight, in OnPacketSent()
|
| D | bandwidth_sampler.h | 76 QuicByteCount bytes_in_flight; member
|
| D | bbr2_misc.h | 305 QuicByteCount bytes_in_flight = 0; member
|
| D | bbr2_simulator_test.cc | 1950 QuicByteCount bytes_in_flight = 767; in TEST_F() local
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_unacked_packet_map.h | 107 QuicByteCount bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function
|
| D | quic_sent_packet_manager.cc | 1100 QuicByteCount bytes_in_flight = GetBytesInFlight(); in GetAvailableCongestionWindowInBytes() local
|