Home
last modified time | relevance | path

Searched refs:cubic_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dcubic_test.cc26 cubic_(&clock_, &stats_) { in CubicTest()
32 Cubic cubic_; member in net::test::CubicTest
43 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min)); in TEST_F()
50 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min), 1); in TEST_F()
53 current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min); in TEST_F()
62 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min)); in TEST_F()
65 current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min); in TEST_F()
81 expected_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min); in TEST_F()
87 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min); in TEST_F()
91 current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min); in TEST_F()
[all …]
Dtcp_cubic_sender.cc35 cubic_(clock, stats), in TcpCubicSender()
147 cubic_.CongestionWindowAfterPacketLoss(congestion_window_); in OnPacketLost()
289 cubic_.CongestionWindowAfterAck( in MaybeIncreaseCwnd()
301 cubic_.Reset(); in OnRetransmissionTimeout()
Dtcp_cubic_sender.h91 Cubic cubic_; variable