OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:required_ack_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/quic/congestion_control/
cubic.cc
153
// for the
required_ack_count
to become much lower than acked_packets_count_
157
uint32
required_ack_count
=
local
159
if (acked_packets_count_ <
required_ack_count
) {
162
acked_packets_count_ -=
required_ack_count
;
Completed in 1014 milliseconds