Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dtcp_cubic_sender.cc44 bytes_in_flight_before_loss_(0), in TcpCubicSender()
321 bytes_in_flight_before_loss_ = bytes_in_flight; in PrrOnPacketLost()
353 prr_out_ * bytes_in_flight_before_loss_) { in PrrTimeUntilSend()
Dtcp_cubic_sender.h110 QuicByteCount bytes_in_flight_before_loss_; variable