Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection.cc293 num_rtos_for_blackhole_detection_(0), in QuicConnection()
381 num_rtos_for_blackhole_detection_ = 5; in QuicConnection()
620 num_rtos_for_blackhole_detection_ = 5; in SetFromConfig()
625 num_rtos_for_blackhole_detection_ = 5; in SetFromConfig()
3874 num_rtos_for_blackhole_detection_); in GetPathMtuReductionDeadline()
6545 QUICHE_DCHECK_LT(0u, num_rtos_for_blackhole_detection_); in GetNetworkBlackholeDeadline()
6549 num_rtos_for_blackhole_detection_); in GetNetworkBlackholeDeadline()
6608 return num_rtos_for_blackhole_detection_ > 0; in ShouldDetectBlackhole()
H A Dquic_connection.h2142 size_t num_rtos_for_blackhole_detection_; variable