Home
last modified time | relevance | path

Searched refs:num_non_chlo_packets (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_buffered_packet_store.cc121 size_t num_non_chlo_packets = connections_with_chlo_.contains(connection_id) in EnqueuePacket() local
124 if (num_non_chlo_packets >= kDefaultMaxUndecryptablePackets) { in EnqueuePacket()