Home
last modified time | relevance | path

Searched refs:bytes_lost_while_detecting_overshooting_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr_sender.cc121 bytes_lost_while_detecting_overshooting_(0), in BbrSender()
733 bytes_lost_while_detecting_overshooting_ += bytes_lost; in CalculatePacingRate()
737 bytes_lost_while_detecting_overshooting_ > 0) { in CalculatePacingRate()
739 bytes_lost_while_detecting_overshooting_ * in CalculatePacingRate()
751 bytes_lost_while_detecting_overshooting_ = 0; in CalculatePacingRate()
H A Dbbr_sender.h371 QuicByteCount bytes_lost_while_detecting_overshooting_; variable