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

  /external/chromium_org/net/quic/congestion_control/
cubic_test.cc 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);
105 cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min);
108 current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min)
    [all...]
cubic.h 39 QuicTcpCongestionWindow CongestionWindowAfterAck(
cubic.cc 105 QuicTcpCongestionWindow Cubic::CongestionWindowAfterAck(
tcp_cubic_sender.cc 289 cubic_.CongestionWindowAfterAck(

Completed in 905 milliseconds