Searched refs:first_sent_packet_time_ (Results 1 – 2 of 2) sorted by relevance
277 return first_sent_packet_time_; in FirstSentPacketTime()690 if (!first_sent_packet_time_) { in OnPacketSent()691 first_sent_packet_time_ = send_time; in OnPacketSent()
224 absl::optional<Timestamp> first_sent_packet_time_; variable