Searched refs:cubic_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/quic/congestion_control/ |
D | cubic_test.cc | 26 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 …]
|
D | tcp_cubic_sender.cc | 35 cubic_(clock, stats), in TcpCubicSender() 147 cubic_.CongestionWindowAfterPacketLoss(congestion_window_); in OnPacketLost() 289 cubic_.CongestionWindowAfterAck( in MaybeIncreaseCwnd() 301 cubic_.Reset(); in OnRetransmissionTimeout()
|
D | tcp_cubic_sender.h | 91 Cubic cubic_; variable
|