Home
last modified time | relevance | path

Searched refs:last_packet_send_state (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr2_misc.cc103 if (sample.last_packet_send_state.is_valid) { in OnCongestionEventStart()
104 congestion_event->last_packet_send_state = sample.last_packet_send_state; in OnCongestionEventStart()
106 sample.last_packet_send_state.is_app_limited; in OnCongestionEventStart()
153 congestion_event->last_packet_send_state.is_valid && in OnCongestionEventStart()
155 congestion_event->last_packet_send_state.total_bytes_acked) { in OnCongestionEventStart()
158 congestion_event->last_packet_send_state.total_bytes_acked; in OnCongestionEventStart()
260 const SendTimeState& send_state = congestion_event.last_packet_send_state; in IsInflightTooHigh()
H A Dbbr_sender.cc359 SendTimeState last_packet_send_state; in OnCongestionEvent() local
372 if (sample.last_packet_send_state.is_valid) { in OnCongestionEvent()
373 last_sample_is_app_limited_ = sample.last_packet_send_state.is_app_limited; in OnCongestionEvent()
405 last_packet_send_state = sample.last_packet_send_state; in OnCongestionEvent()
419 CheckIfFullBandwidthReached(last_packet_send_state); in OnCongestionEvent()
576 const SendTimeState& last_packet_send_state) { in CheckIfFullBandwidthReached() argument
594 ShouldExitStartupDueToLoss(last_packet_send_state)) { in CheckIfFullBandwidthReached()
621 const SendTimeState& last_packet_send_state) const { in ShouldExitStartupDueToLoss()
624 !last_packet_send_state.is_valid) { in ShouldExitStartupDueToLoss()
628 const QuicByteCount inflight_at_send = last_packet_send_state.bytes_in_flight; in ShouldExitStartupDueToLoss()
H A Dbandwidth_sampler_test.cc157 EXPECT_TRUE(sample.last_packet_send_state.is_valid); in LosePacket()
160 return sample.last_packet_send_state; in LosePacket()
638 EXPECT_TRUE(sample.last_packet_send_state.is_valid); in TEST_P()
640 sample.last_packet_send_state.bytes_in_flight); in TEST_P()
642 sample.last_packet_send_state.total_bytes_sent); in TEST_P()
644 sample.last_packet_send_state.total_bytes_acked); in TEST_P()
669 EXPECT_TRUE(sample.last_packet_send_state.is_valid); in TEST_P()
671 sample.last_packet_send_state.bytes_in_flight); in TEST_P()
673 sample.last_packet_send_state.total_bytes_sent); in TEST_P()
675 sample.last_packet_send_state.total_bytes_acked); in TEST_P()
[all …]
H A Dbandwidth_sampler.cc222 event_sample.last_packet_send_state = last_lost_packet_send_state; in OnCongestionEvent()
251 event_sample.last_packet_send_state = last_acked_packet_send_state; in OnCongestionEvent()
253 event_sample.last_packet_send_state = last_lost_packet_send_state; in OnCongestionEvent()
259 event_sample.last_packet_send_state = in OnCongestionEvent()
H A Dbbr_sender.h215 void CheckIfFullBandwidthReached(const SendTimeState& last_packet_send_state);
250 const SendTimeState& last_packet_send_state) const;
H A Dbandwidth_sampler.h182 SendTimeState last_packet_send_state; member
H A Dbbr2_misc.h302 SendTimeState last_packet_send_state; member
H A Dbbr2_probe_bw.cc195 const SendTimeState& send_state = congestion_event.last_packet_send_state; in MaybeAdaptUpperBounds()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr2_misc.cc105 if (sample.last_packet_send_state.is_valid) { in OnCongestionEventStart()
106 congestion_event->last_packet_send_state = sample.last_packet_send_state; in OnCongestionEventStart()
108 sample.last_packet_send_state.is_app_limited; in OnCongestionEventStart()
262 const SendTimeState& send_state = congestion_event.last_packet_send_state; in IsInflightTooHigh()
H A Dbandwidth_sampler_test.cc148 EXPECT_TRUE(sample.last_packet_send_state.is_valid); in LosePacket()
151 return sample.last_packet_send_state; in LosePacket()
622 EXPECT_TRUE(sample.last_packet_send_state.is_valid); in TEST_F()
624 sample.last_packet_send_state.bytes_in_flight); in TEST_F()
626 sample.last_packet_send_state.total_bytes_sent); in TEST_F()
628 sample.last_packet_send_state.total_bytes_acked); in TEST_F()
653 EXPECT_TRUE(sample.last_packet_send_state.is_valid); in TEST_F()
655 sample.last_packet_send_state.bytes_in_flight); in TEST_F()
657 sample.last_packet_send_state.total_bytes_sent); in TEST_F()
659 sample.last_packet_send_state.total_bytes_acked); in TEST_F()
[all …]
H A Dbbr_sender.cc407 SendTimeState last_packet_send_state; in OnCongestionEvent() local
420 if (sample.last_packet_send_state.is_valid) { in OnCongestionEvent()
421 last_sample_is_app_limited_ = sample.last_packet_send_state.is_app_limited; in OnCongestionEvent()
462 last_packet_send_state = sample.last_packet_send_state; in OnCongestionEvent()
476 CheckIfFullBandwidthReached(last_packet_send_state); in OnCongestionEvent()
627 const SendTimeState& last_packet_send_state) { in CheckIfFullBandwidthReached() argument
645 ShouldExitStartupDueToLoss(last_packet_send_state)) { in CheckIfFullBandwidthReached()
672 const SendTimeState& last_packet_send_state) const { in ShouldExitStartupDueToLoss()
679 !last_packet_send_state.is_valid) { in ShouldExitStartupDueToLoss()
683 const QuicByteCount inflight_at_send = last_packet_send_state.bytes_in_flight; in ShouldExitStartupDueToLoss()
H A Dbandwidth_sampler.cc223 event_sample.last_packet_send_state = last_lost_packet_send_state; in OnCongestionEvent()
252 event_sample.last_packet_send_state = last_acked_packet_send_state; in OnCongestionEvent()
254 event_sample.last_packet_send_state = last_lost_packet_send_state; in OnCongestionEvent()
260 event_sample.last_packet_send_state = in OnCongestionEvent()
H A Dbbr_sender.h216 void CheckIfFullBandwidthReached(const SendTimeState& last_packet_send_state);
255 const SendTimeState& last_packet_send_state) const;
H A Dbandwidth_sampler.h183 SendTimeState last_packet_send_state; member
H A Dbbr2_misc.h290 SendTimeState last_packet_send_state; member
H A Dbbr2_probe_bw.cc162 const SendTimeState& send_state = congestion_event.last_packet_send_state; in MaybeAdaptUpperBounds()