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

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.cc 43 ack_count_since_loss_(0),
323 ack_count_since_loss_ = 0;
328 ++ack_count_since_loss_;
343 if (prr_delivered_ + ack_count_since_loss_ * kMaxSegmentSize <= prr_out_) {
tcp_cubic_sender.h 107 size_t ack_count_since_loss_; member in class:net::TcpCubicSender

Completed in 901 milliseconds