Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dtcp_cubic_sender.cc39 congestion_window_count_(0), in TcpCubicSender()
157 congestion_window_count_ = 0; in OnPacketLost()
278 ++congestion_window_count_; in MaybeIncreaseCwnd()
279 if (congestion_window_count_ >= congestion_window_) { in MaybeIncreaseCwnd()
281 congestion_window_count_ = 0; in MaybeIncreaseCwnd()
286 << " congestion window count: " << congestion_window_count_; in MaybeIncreaseCwnd()
Dtcp_cubic_sender.h99 int64 congestion_window_count_; variable