HomeSort by relevance Sort by last modified time
    Searched defs:cubic_ (Results 1 - 2 of 2) 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.h 91 Cubic cubic_; member in class:net::TcpCubicSender

Completed in 733 milliseconds