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

  /external/chromium_org/net/quic/congestion_control/
cubic.h 61 QuicTcpCongestionWindow last_congestion_window_; member in class:net::Cubic
cubic.cc 114 last_congestion_window_ = 0;
144 if (last_congestion_window_ == current_congestion_window &&
149 last_congestion_window_ = current_congestion_window;

Completed in 41 milliseconds