Searched defs:lost_packet (Results 1 – 5 of 5) sorted by relevance
242 bool lost_packet = false; in Run() local
102 for (const LostPacket& lost_packet : lost_packets) { in OnCongestionEvent() local
153 LostPacket lost_packet(QuicPacketNumber(packet_number), size); in LosePacket() local
84 std::ostream& operator<<(std::ostream& os, const LostPacket& lost_packet) { in operator <<()
174 uint64_t lost_packet) { in ExpectAckAndLoss()