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

  /external/chromium_org/net/quic/congestion_control/
pacing_sender.cc 17 next_packet_send_time_(QuicTime::Zero()),
65 next_packet_send_time_ = QuicTime::Zero();
78 next_packet_send_time_ = next_packet_send_time_.Add(delay);
84 const bool making_up_for_lost_time = next_packet_send_time_ <= sent_time;
95 next_packet_send_time_ =
96 QuicTime::Max(next_packet_send_time_.Add(delay),
142 if (next_packet_send_time_ > now.Add(alarm_granularity_)) {
144 << next_packet_send_time_.Subtract(now).ToMicroseconds();
146 return next_packet_send_time_.Subtract(now)
    [all...]
pacing_sender.h 73 QuicTime next_packet_send_time_; // When can the next packet be sent. member in class:net::PacingSender

Completed in 228 milliseconds