HomeSort by relevance Sort by last modified time
    Searched refs:estimated_congestion_delay_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc 56 estimated_congestion_delay_(QuicTime::Delta::Zero()) {
114 estimated_congestion_delay_ = offset.Subtract(send_receive_offset_);
119 *estimated_congestion_delay = estimated_congestion_delay_;
166 estimated_congestion_delay_.ToMicroseconds()) &&
174 << " delta:" << estimated_congestion_delay_.ToMicroseconds()
190 << " delta:" << estimated_congestion_delay_.ToMicroseconds()
201 << " delta:" << estimated_congestion_delay_.ToMicroseconds()
inter_arrival_overuse_detector.h 166 QuicTime::Delta estimated_congestion_delay_; member in class:net::InterArrivalOveruseDetector

Completed in 83 milliseconds