Home
last modified time | relevance | path

Searched refs:is_round_start (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr_sender.cc351 bool is_round_start = false; in OnCongestionEvent() local
363 is_round_start = UpdateRoundTripCounter(last_acked_packet); in OnCongestionEvent()
365 is_round_start); in OnCongestionEvent()
418 if (is_round_start && !is_at_full_bandwidth_) { in OnCongestionEvent()
424 MaybeEnterOrExitProbeRtt(event_time, is_round_start, min_rtt_expired); in OnCongestionEvent()
438 if (is_round_start) { in OnCongestionEvent()
644 bool is_round_start, in MaybeEnterOrExitProbeRtt() argument
671 if (is_round_start) { in MaybeEnterOrExitProbeRtt()
690 bool is_round_start) { in UpdateRecoveryState() argument
716 if (is_round_start) { in UpdateRecoveryState()
H A Dbbr_sender.h221 bool is_round_start,
227 bool is_round_start);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr_sender.cc399 bool is_round_start = false; in OnCongestionEvent() local
411 is_round_start = UpdateRoundTripCounter(last_acked_packet); in OnCongestionEvent()
413 is_round_start); in OnCongestionEvent()
475 if (is_round_start && !is_at_full_bandwidth_) { in OnCongestionEvent()
481 MaybeEnterOrExitProbeRtt(event_time, is_round_start, min_rtt_expired); in OnCongestionEvent()
495 if (is_round_start) { in OnCongestionEvent()
699 bool is_round_start, in MaybeEnterOrExitProbeRtt() argument
726 if (is_round_start) { in MaybeEnterOrExitProbeRtt()
745 bool is_round_start) { in UpdateRecoveryState() argument
771 if (is_round_start) { in UpdateRecoveryState()
H A Dbbr_sender.h222 bool is_round_start,
228 bool is_round_start);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/bbr/
H A Dbbr_network_controller.cc413 bool is_round_start = false; in OnTransportPacketsFeedback() local
432 is_round_start = UpdateRoundTripCounter(last_acked_packet); in OnTransportPacketsFeedback()
436 is_round_start); in OnTransportPacketsFeedback()
459 if (is_round_start && !is_at_full_bandwidth_) { in OnTransportPacketsFeedback()
465 MaybeEnterOrExitProbeRtt(msg, is_round_start, min_rtt_expired); in OnTransportPacketsFeedback()
717 bool is_round_start, in MaybeEnterOrExitProbeRtt() argument
741 if (is_round_start) { in MaybeEnterOrExitProbeRtt()
760 bool is_round_start) { in UpdateRecoveryState() argument
785 if (is_round_start) { in UpdateRecoveryState()
H A Dbbr_network_controller.h247 bool is_round_start,
253 bool is_round_start);