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 110 last_congestion_window_ = 0;
140 if (last_congestion_window_ == current_congestion_window &&
145 last_congestion_window_ = current_congestion_window;

Completed in 27 milliseconds