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

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc 55 send_receive_offset_(QuicTime::Delta::Infinite()),
111 if (offset.ToMicroseconds() < send_receive_offset_.ToMicroseconds()) {
112 send_receive_offset_ = offset;
114 estimated_congestion_delay_ = offset.Subtract(send_receive_offset_);
173 << " offset:" << send_receive_offset_.ToMicroseconds()
189 << " offset:" << send_receive_offset_.ToMicroseconds()
200 << " offset:" << send_receive_offset_.ToMicroseconds()
inter_arrival_overuse_detector.h 164 QuicTime::Delta send_receive_offset_; member in class:net::InterArrivalOveruseDetector

Completed in 25 milliseconds