Home
last modified time | relevance | path

Searched refs:target_congestion_window (Results 1 – 1 of 1) sorted by relevance

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