Searched refs:tlp_time (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc785 const QuicTime tlp_time = sent_time.Add(GetTailLossProbeDelay()); local
787 return QuicTime::Max(clock_->ApproximateNow(), tlp_time);
795 QuicTime tlp_time = local
797 return QuicTime::Max(tlp_time, rto_time);

Completed in 141 milliseconds