Searched defs:congestion_window_count_ (Results 1 - 2 of 2) sorted by path

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

Completed in 328 milliseconds