Searched refs:last_sent_packet_time_ (Results 1 – 2 of 2) sorted by relevance
56 last_sent_packet_time_(Timestamp::PlusInfinity()), in PccNetworkController()137 if (last_sent_packet_time_.IsFinite()) { in OnSentPacket()139 (msg.send_time - last_sent_packet_time_) * kAlphaForPacketInterval + in OnSentPacket()142 last_sent_packet_time_ = msg.send_time; in OnSentPacket()
94 Timestamp last_sent_packet_time_; variable