HomeSort by relevance Sort by last modified time
    Searched refs:acked_packets_count_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/congestion_control/
cubic.cc 116 acked_packets_count_ = 0;
140 acked_packets_count_ += 1; // Packets acked.
156 acked_packets_count_ = 1; // Reset count.
189 while (acked_packets_count_ >= estimated_tcp_congestion_window_) {
190 acked_packets_count_ -= estimated_tcp_congestion_window_;
cubic.h 69 uint32 acked_packets_count_; member in class:net::Cubic

Completed in 233 milliseconds