Home
last modified time | relevance | path

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

/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.h208 bool UpdateRoundTripCounter(QuicPacketNumber last_acked_packet);
H A Dbbr_sender.cc411 is_round_start = UpdateRoundTripCounter(last_acked_packet); in OnCongestionEvent()
551 bool BbrSender::UpdateRoundTripCounter(QuicPacketNumber last_acked_packet) { in UpdateRoundTripCounter() function in quic::BbrSender
/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.h230 bool UpdateRoundTripCounter(int64_t last_acked_packet);
H A Dbbr_network_controller.cc432 is_round_start = UpdateRoundTripCounter(last_acked_packet); in OnTransportPacketsFeedback()
563 bool BbrNetworkController::UpdateRoundTripCounter(int64_t last_acked_packet) { in UpdateRoundTripCounter() function in webrtc::bbr::BbrNetworkController
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr_sender.h207 bool UpdateRoundTripCounter(QuicPacketNumber last_acked_packet);
H A Dbbr_sender.cc363 is_round_start = UpdateRoundTripCounter(last_acked_packet); in OnCongestionEvent()
500 bool BbrSender::UpdateRoundTripCounter(QuicPacketNumber last_acked_packet) { in UpdateRoundTripCounter() function in quic::BbrSender