Searched defs:GetCongestionWindow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dfix_rate_sender.cc95 QuicByteCount FixRateSender::GetCongestionWindow() const { function in class:net::FixRateSender
H A Dpacing_sender.cc134 QuicByteCount PacingSender::GetCongestionWindow() const { function in class:net::PacingSender
135 return sender_->GetCongestionWindow();
H A Dtcp_cubic_sender.cc189 return min(receive_window_, GetCongestionWindow());
193 return QuicBandwidth::FromBytesAndTimeDelta(GetCongestionWindow(),
206 QuicByteCount TcpCubicSender::GetCongestionWindow() const { function in class:net::TcpCubicSender
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc765 QuicByteCount QuicSentPacketManager::GetCongestionWindow() const { function in class:net::QuicSentPacketManager
766 return send_algorithm_->GetCongestionWindow();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc410 uint32 PseudoTcp::GetCongestionWindow() const { function in class:cricket::PseudoTcp

Completed in 172 milliseconds