Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dtcp_cubic_sender.cc41 prr_out_(0), in TcpCubicSender()
172 prr_out_ += bytes; in OnPacketSent()
320 prr_out_ = 0; in PrrOnPacketLost()
335 if (prr_out_ == 0 || bytes_in_flight < kMaxSegmentSize) { in PrrTimeUntilSend()
343 if (prr_delivered_ + ack_count_since_loss_ * kMaxSegmentSize <= prr_out_) { in PrrTimeUntilSend()
353 prr_out_ * bytes_in_flight_before_loss_) { in PrrTimeUntilSend()
Dtcp_cubic_sender.h105 QuicByteCount prr_out_; variable