Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dcubic.cc74 QuicTcpCongestionWindow new_cubic_mode_cwnd, in UpdateCongestionControlStats() argument
77 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()
Dcubic.h49 void UpdateCongestionControlStats(QuicTcpCongestionWindow new_cubic_mode_cwnd,