Home
last modified time | relevance | path

Searched defs:bytes_in_flight (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dprr.rs105 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
Dmod.rs132 bytes_in_flight: usize, field
1293 bytes_in_flight: u64, field
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dprr_sender_test.cc26 QuicByteCount bytes_in_flight = num_packets_in_flight * kMaxSegmentSize; in TEST_F() local
84 QuicByteCount bytes_in_flight = 20 * kMaxSegmentSize; in TEST_F() local
Dpacing_sender.cc39 QuicByteCount bytes_in_flight, in OnCongestionEvent()
55 QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
Dbbr2_sender.cc439 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()
Dbbr_sender.cc150 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()
Dprr_sender.cc34 QuicByteCount bytes_in_flight, in CanSend()
Dbbr2_misc.cc75 QuicByteCount bytes_in_flight, in OnPacketSent()
Dtcp_cubic_sender_bytes.cc152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
Dbbr2_probe_bw.cc152 QuicByteCount bytes_in_flight = congestion_event.bytes_in_flight; in UpdateProbeDown() local
Dbandwidth_sampler.cc192 QuicByteCount bytes_in_flight, in OnPacketSent()
Dbandwidth_sampler.h76 QuicByteCount bytes_in_flight; member
Dbbr2_misc.h305 QuicByteCount bytes_in_flight = 0; member
Dbbr2_simulator_test.cc1950 QuicByteCount bytes_in_flight = 767; in TEST_F() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_unacked_packet_map.h107 QuicByteCount bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function
Dquic_sent_packet_manager.cc1100 QuicByteCount bytes_in_flight = GetBytesInFlight(); in GetAvailableCongestionWindowInBytes() local