Home
last modified time | relevance | path

Searched refs:use_packet_threshold_for_runt_packets_ (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 Dgeneral_loss_algorithm.h107 return use_packet_threshold_for_runt_packets_; in use_packet_threshold_for_runt_packets()
111 use_packet_threshold_for_runt_packets_ = false; in disable_packet_threshold_for_runt_packets()
128 bool use_packet_threshold_for_runt_packets_ = true; variable
H A Dgeneral_loss_algorithm.cc105 !use_packet_threshold_for_runt_packets_ && in DetectLosses()