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

  /external/chromium_org/net/quic/congestion_control/
cubic.h 81 QuicTcpCongestionWindow last_target_congestion_window_; member in class:net::Cubic
cubic.cc 120 last_target_congestion_window_ = 0;
146 return std::max(last_target_congestion_window_,
184 last_target_congestion_window_ = target_congestion_window;

Completed in 1135 milliseconds