Searched refs:last_max_congestion_window_ (Results 1 – 2 of 2) sorted by relevance
65 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()
65 QuicTcpCongestionWindow last_max_congestion_window_; variable