Searched refs:acked_packets_count_ (Results 1 – 2 of 2) sorted by relevance
66 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()
68 uint32 acked_packets_count_; variable