Home
last modified time | relevance | path

Searched refs:acked_packets_count_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dcubic.cc66 acked_packets_count_ = 0; in Reset()
108 acked_packets_count_ += 1; // Packets acked. in CongestionWindowAfterAck()
124 acked_packets_count_ = 1; // Reset count. in CongestionWindowAfterAck()
159 if (acked_packets_count_ < required_ack_count) { in CongestionWindowAfterAck()
162 acked_packets_count_ -= required_ack_count; in CongestionWindowAfterAck()
Dcubic.h68 uint32 acked_packets_count_; variable