Searched refs:lost_packets_sent_time_ (Results 1 – 2 of 2) sorted by relevance
51 lost_packets_sent_time_.push_back(packet_result.sent_packet.send_time); in OnPacketsFeedback()109 size_t packets_lost = lost_packets_sent_time_.size(); in GetLossRate()
63 std::vector<Timestamp> lost_packets_sent_time_; variable