Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dcubic.cc65 last_max_congestion_window_ = 0; in Reset()
93 if (current_congestion_window < last_max_congestion_window_) { in CongestionWindowAfterPacketLoss()
96 last_max_congestion_window_ = in CongestionWindowAfterPacketLoss()
99 last_max_congestion_window_ = current_congestion_window; in CongestionWindowAfterPacketLoss()
127 if (last_max_congestion_window_ <= current_congestion_window) { in CongestionWindowAfterAck()
132 (last_max_congestion_window_ - current_congestion_window)); in CongestionWindowAfterAck()
134 last_max_congestion_window_; in CongestionWindowAfterAck()
Dcubic.h65 QuicTcpCongestionWindow last_max_congestion_window_; variable