Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dcubic.cc64 last_congestion_window_ = 0; in Reset()
79 if (last_congestion_window_ < highest_new_cwnd) { in UpdateCongestionControlStats()
82 highest_new_cwnd - last_congestion_window_; in UpdateCongestionControlStats()
86 new_cubic_mode_cwnd - last_congestion_window_; in UpdateCongestionControlStats()
112 if (last_congestion_window_ == current_congestion_window && in CongestionWindowAfterAck()
117 last_congestion_window_ = current_congestion_window; in CongestionWindowAfterAck()
Dcubic.h60 QuicTcpCongestionWindow last_congestion_window_; variable