Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dcubic.cc75 QuicTcpCongestionWindow new_reno_mode_cwnd) { in UpdateCongestionControlStats() argument
78 new_reno_mode_cwnd); in UpdateCongestionControlStats()
83 if (new_cubic_mode_cwnd > new_reno_mode_cwnd) { in UpdateCongestionControlStats()
Dcubic.h50 QuicTcpCongestionWindow new_reno_mode_cwnd);