Searched defs:CongestionWindow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dfix_rate_sender.cc84 if (CongestionWindow() > fix_rate_leaky_bucket_.BytesPending(now)) {
85 if (CongestionWindow() <= data_in_flight_) {
99 QuicByteCount FixRateSender::CongestionWindow() { function in class:net::FixRateSender
H A Dtcp_cubic_sender.cc136 if (bytes_in_flight_ > CongestionWindow()) {
139 return CongestionWindow() - bytes_in_flight_;
142 QuicByteCount TcpCubicSender::CongestionWindow() { function in class:net::TcpCubicSender

Completed in 120 milliseconds