Home
last modified time | relevance | path

Searched refs:CongestionWindowAfterPacketLoss (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dcubic_test.cc131 cubic_.CongestionWindowAfterPacketLoss(current_cwnd)); in TEST_F()
134 cubic_.CongestionWindowAfterPacketLoss(current_cwnd)); in TEST_F()
148 cubic_.CongestionWindowAfterPacketLoss(current_cwnd)); in TEST_F()
Dcubic.h32 QuicTcpCongestionWindow CongestionWindowAfterPacketLoss(
Dcubic.cc91 QuicTcpCongestionWindow Cubic::CongestionWindowAfterPacketLoss( in CongestionWindowAfterPacketLoss() function in net::Cubic
Dtcp_cubic_sender.cc147 cubic_.CongestionWindowAfterPacketLoss(congestion_window_); in OnPacketLost()