HomeSort by relevance Sort by last modified time
    Searched full:target_congestion_window (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/quic/congestion_control/
cubic.cc 148 QuicTcpCongestionWindow target_congestion_window = local
167 UpdateCongestionControlStats(target_congestion_window,
171 last_target_congestion_window_ = target_congestion_window;
175 if (target_congestion_window < estimated_tcp_congestion_window_) {
176 target_congestion_window = estimated_tcp_congestion_window_;
179 DVLOG(1) << "Target congestion_window: " << target_congestion_window;
180 return target_congestion_window;

Completed in 927 milliseconds