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 74 cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min));
81 cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min));
84 current_cwnd = cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min);
93 cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min));
96 current_cwnd = cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min);
111 cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min));
128 cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min));
134 current_cwnd = cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min);
140 cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min));
143 current_cwnd = cubic_->CongestionWindowAfterAck(current_cwnd, rtt_min)
    [all...]
cubic.h 38 QuicTcpCongestionWindow CongestionWindowAfterAck(
cubic.cc 137 QuicTcpCongestionWindow Cubic::CongestionWindowAfterAck(
tcp_cubic_sender.cc 269 cubic_.CongestionWindowAfterAck(congestion_window_, delay_min_));

Completed in 85 milliseconds