Searched refs:last_congestion_window_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dcubic.cc64 last_congestion_window_ = 0;
79 if (last_congestion_window_ < highest_new_cwnd) {
82 highest_new_cwnd - last_congestion_window_;
86 new_cubic_mode_cwnd - last_congestion_window_;
112 if (last_congestion_window_ == current_congestion_window &&
117 last_congestion_window_ = current_congestion_window;
H A Dcubic.h60 QuicTcpCongestionWindow last_congestion_window_; member in class:net::Cubic

Completed in 100 milliseconds