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

  /external/chromium_org/net/quic/congestion_control/
send_algorithm_simulator.h 34 max_cwnd = std::max(max_cwnd, cwnd);
46 " max_cwnd:%" PRIu64 " min_cwnd:%" PRIu64
51 max_cwnd, min_cwnd, max_cwnd_drop);
65 QuicByteCount max_cwnd; member in struct:net::SendAlgorithmSimulator::Sender
send_algorithm_simulator.cc 34 max_cwnd(0),
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 187 uint32_t max_cwnd = 0; local
254 if (max_cwnd < mnet->cwnd) {
256 max_cwnd = mnet->cwnd;
257 } else if (max_cwnd == mnet->cwnd) {
274 max_cwnd = mnet->cwnd; /* Useless? */
297 if (max_cwnd < mnet->cwnd) {
299 max_cwnd = mnet->cwnd;
300 } else if (max_cwnd == mnet->cwnd) {
318 max_cwnd = mnet->cwnd;
    [all...]

Completed in 2119 milliseconds