Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_stats.h171 size_t max_consecutive_rto_with_forward_progress = 0; member
Dquic_sent_packet_manager.cc336 stats_->max_consecutive_rto_with_forward_progress) { in PostProcessNewlyAckedPackets()
337 stats_->max_consecutive_rto_with_forward_progress = in PostProcessNewlyAckedPackets()
Dquic_sent_packet_manager_test.cc1862 EXPECT_EQ(0u, stats_.max_consecutive_rto_with_forward_progress); in TEST_F()
1891 EXPECT_EQ(1u, stats_.max_consecutive_rto_with_forward_progress); in TEST_F()
/external/cronet/net/quic/
Dquic_chromium_client_session.cc1985 connection()->GetStats().max_consecutive_rto_with_forward_progress); in OnConnectionClosed()
2031 connection()->GetStats().max_consecutive_rto_with_forward_progress); in OnConnectionClosed()