Home
last modified time | relevance | path

Searched defs:acked_packet (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dtcp_cubic_sender_bytes.cc106 for (const AckedPacket& acked_packet : acked_packets) { in OnCongestionEvent() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_types.cc77 std::ostream& operator<<(std::ostream& os, const AckedPacket& acked_packet) { in operator <<()