Searched refs:new_cubic_mode_cwnd (Results 1 – 2 of 2) sorted by relevance
74 QuicTcpCongestionWindow new_cubic_mode_cwnd, in UpdateCongestionControlStats() argument77 QuicTcpCongestionWindow highest_new_cwnd = std::max(new_cubic_mode_cwnd, in UpdateCongestionControlStats()83 if (new_cubic_mode_cwnd > new_reno_mode_cwnd) { in UpdateCongestionControlStats()86 new_cubic_mode_cwnd - last_congestion_window_; in UpdateCongestionControlStats()
49 void UpdateCongestionControlStats(QuicTcpCongestionWindow new_cubic_mode_cwnd,