Searched defs:GetSlowStartThreshold (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dpacing_sender.cc177 QuicByteCount PacingSender::GetSlowStartThreshold() const { function in class:net::PacingSender
178 return sender_->GetSlowStartThreshold();
H A Dtcp_cubic_sender.cc227 QuicByteCount TcpCubicSender::GetSlowStartThreshold() const { function in class:net::TcpCubicSender
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc869 QuicByteCount QuicSentPacketManager::GetSlowStartThreshold() const { function in class:net::QuicSentPacketManager
870 return send_algorithm_->GetSlowStartThreshold();

Completed in 1958 milliseconds