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

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.cc 41 prr_out_(0),
172 prr_out_ += bytes;
320 prr_out_ = 0;
335 if (prr_out_ == 0 || bytes_in_flight < kMaxSegmentSize) {
343 if (prr_delivered_ + ack_count_since_loss_ * kMaxSegmentSize <= prr_out_) {
353 prr_out_ * bytes_in_flight_before_loss_) {
tcp_cubic_sender.h 105 QuicByteCount prr_out_; member in class:net::TcpCubicSender

Completed in 89 milliseconds