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

/external/chromium_org/net/quic/congestion_control/
H A Dhybrid_slow_start.cc107 QuicTime::Delta HybridSlowStart::SmoothedRtt() { function in class:net::HybridSlowStart
H A Dfix_rate_sender.cc110 QuicTime::Delta FixRateSender::SmoothedRtt() { function in class:net::FixRateSender
H A Dquic_congestion_manager.cc189 const QuicTime::Delta QuicCongestionManager::SmoothedRtt() { function in class:net::QuicCongestionManager
190 return send_algorithm_->SmoothedRtt();
H A Dtcp_cubic_sender.cc155 QuicTime::Delta TcpCubicSender::SmoothedRtt() { function in class:net::TcpCubicSender
H A Dinter_arrival_sender.cc311 QuicTime::Delta InterArrivalSender::SmoothedRtt() { function in class:net::InterArrivalSender
366 feedback_receive_time.Subtract(back_down_time_).Subtract(SmoothedRtt());
439 kNumMicrosPerSecond) / SmoothedRtt().ToMicroseconds();
452 QuicBandwidth::FromBytesAndTimeDelta(kMaxPacketSize, SmoothedRtt());
462 << SmoothedRtt().ToMicroseconds()

Completed in 84 milliseconds