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 65 last_max_congestion_window_ = 0;
93 if (current_congestion_window < last_max_congestion_window_) {
96 last_max_congestion_window_ =
99 last_max_congestion_window_ = current_congestion_window;
127 if (last_max_congestion_window_ <= current_congestion_window) {
132 (last_max_congestion_window_ - current_congestion_window));
134 last_max_congestion_window_;
cubic.h 65 QuicTcpCongestionWindow last_max_congestion_window_; member in class:net::Cubic

Completed in 492 milliseconds