HomeSort by relevance Sort by last modified time
    Searched refs:last_max_congestion_window_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/congestion_control/
cubic.cc 115 last_max_congestion_window_ = 0;
125 if (current_congestion_window < last_max_congestion_window_) {
128 last_max_congestion_window_ =
131 last_max_congestion_window_ = current_congestion_window;
159 if (last_max_congestion_window_ <= current_congestion_window) {
164 (last_max_congestion_window_ - current_congestion_window));
166 last_max_congestion_window_;
cubic.h 66 QuicTcpCongestionWindow last_max_congestion_window_; member in class:net::Cubic

Completed in 20 milliseconds