Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_time_wait_list_manager_peer.cc11 QuicTimeWaitListManager* manager, int received_packet_count) { in ShouldSendResponse() argument
12 return manager->ShouldSendResponse(received_packet_count); in ShouldSendResponse()
Dquic_time_wait_list_manager_peer.h16 int received_packet_count);
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_wait_list_manager.cc280 bool QuicTimeWaitListManager::ShouldSendResponse(int received_packet_count) { in ShouldSendResponse() argument
281 return (received_packet_count & (received_packet_count - 1)) == 0; in ShouldSendResponse()
Dquic_time_wait_list_manager.h230 bool ShouldSendResponse(int received_packet_count);