HomeSort by relevance Sort by last modified time
    Searched refs:cubic_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/congestion_control/
cubic_test.cc 26 cubic_(&clock_, &stats_) {
32 Cubic cubic_; member in class:net::test::CubicTest
43 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min));
50 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min), 1);
53 current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min);
62 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min));
65 current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min);
81 expected_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min);
87 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min);
91 current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min)
    [all...]
tcp_cubic_sender.cc 35 cubic_(clock, stats),
135 cubic_.CongestionWindowAfterPacketLoss(congestion_window_);
268 cubic_.CongestionWindowAfterAck(
278 cubic_.Reset();
tcp_cubic_sender.h 88 Cubic cubic_; member in class:net::TcpCubicSender

Completed in 1276 milliseconds