Searched refs:last_packet_sent_ (Results 1 – 2 of 2) sorted by relevance
165 last_packet_sent_(Timestamp::MinusInfinity()) { in RttBasedBackoff()181 TimeDelta time_since_packet_sent = at_time - last_packet_sent_; in CorrectedRtt()541 rtt_backoff_.last_packet_sent_ = sent_packet.send_time; in OnSentPacket()
70 Timestamp last_packet_sent_; variable