Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_stats.h171 size_t max_consecutive_rto_with_forward_progress = 0; member
H A Dquic_sent_packet_manager.cc342 stats_->max_consecutive_rto_with_forward_progress) { in PostProcessNewlyAckedPackets()
343 stats_->max_consecutive_rto_with_forward_progress = in PostProcessNewlyAckedPackets()
H A Dquic_sent_packet_manager_test.cc1867 EXPECT_EQ(0u, stats_.max_consecutive_rto_with_forward_progress); in TEST_F()
1896 EXPECT_EQ(1u, stats_.max_consecutive_rto_with_forward_progress); in TEST_F()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_session.cc1929 connection()->GetStats().max_consecutive_rto_with_forward_progress); in OnConnectionClosed()
1975 connection()->GetStats().max_consecutive_rto_with_forward_progress); in OnConnectionClosed()