Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dcubic.cc77 QuicTcpCongestionWindow highest_new_cwnd = std::max(new_cubic_mode_cwnd, in UpdateCongestionControlStats() local
79 if (last_congestion_window_ < highest_new_cwnd) { in UpdateCongestionControlStats()
82 highest_new_cwnd - last_congestion_window_; in UpdateCongestionControlStats()