Home | History | Annotate | Download | only in congestion_control

Lines Matching refs:Cubic

5 #include "net/quic/congestion_control/cubic.h"
72 Cubic::Cubic(const QuicClock* clock)
81 uint32 Cubic::CubeRoot(uint64 a) {
107 void Cubic::Reset() {
119 QuicTcpCongestionWindow Cubic::CongestionWindowAfterPacketLoss(
133 QuicTcpCongestionWindow Cubic::CongestionWindowAfterAck(
139 // Cubic is "independent" of RTT, the update is limited by the time elapsed.
153 // Reset estimated_tcp_congestion_window_ to be in sync with cubic.
179 // We have a new cubic congestion window.
189 // Compute target congestion_window based on cubic target and estimated TCP