HomeSort by relevance Sort by last modified time
    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