HomeSort by relevance Sort by last modified time
    Searched full:ssthresh (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_cc_functions.c 87 net->ssthresh = assoc->peers_rwnd;
114 t_ssthresh += net->ssthresh;
138 * adjust ssthresh and cwnd.
146 net->ssthresh = (uint32_t)(((uint64_t)4 *
148 (uint64_t)net->ssthresh) /
161 net->ssthresh = (uint32_t) (((uint64_t)4 *
169 (net->ssthresh < net->cwnd - t_cwnd / 2)) {
170 net->ssthresh = net->cwnd - t_cwnd / 2;
172 if (net->ssthresh < net->mtu) {
173 net->ssthresh = net->mtu
    [all...]
sctp_timer.c 774 "Net:%p c-f cwnd:%d ssthresh:%d\n",
775 (void *)lnets, lnets->cwnd, lnets->ssthresh);
877 * largest ssthresh for any retransmission.
    [all...]
sctp_structs.h 311 uint32_t ssthresh; /* not sure about this one for split */ member in struct:sctp_nets
    [all...]
sctp_input.c 319 /* update any ssthresh's that may have a default */
321 lnet->ssthresh = asoc->peers_rwnd;
    [all...]
sctp_indata.c     [all...]
  /external/libnl/lib/route/
route_utils.c 148 __ADD(RTAX_SSTHRESH, ssthresh)
  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.h 121 // Slow start congestion window in packets, aka ssthresh.
tcp_cubic_sender.cc 316 // CEIL(prr_delivered * ssthresh / BytesInFlightAtLoss) - prr_sent
  /external/iproute2/man/man8/
ip-route.8 104 .B ssthresh
382 .BI ssthresh " NUMBER " "(2.3.15+ only)"
ip-route.8.in 104 .B ssthresh
382 .BI ssthresh " NUMBER " "(2.3.15+ only)"
  /external/iproute2/ip/
iproute.c 46 [RTAX_SSTHRESH] = "ssthresh",
79 fprintf(stderr, " [ ssthresh NUMBER ] [ realms REALM ] [ src ADDRESS ]\n");
896 } else if (matches(*argv, "ssthresh") == 0) {
904 invarg("\"ssthresh\" value is invalid\n", *argv);
    [all...]
  /external/iproute2/misc/
ss.c 447 int rto, ato, qack, cwnd, ssthresh; member in struct:tcpstat
1227 &s.cwnd, &s.ssthresh, opt);
1235 s.ssthresh = -1;
1267 if (s.ssthresh != -1)
1268 printf(" ssthresh:%d", s.ssthresh);
1398 printf(" ssthresh:%d", info->tcpi_snd_ssthresh);
    [all...]
  /external/qemu/slirp/
tcp_input.c 1096 * (set ssthresh to half the current window
1098 * the new ssthresh).
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 1102 * (set ssthresh to half the current window
1104 * the new ssthresh).
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 1082 << " ssthresh: " << m_ssthresh << "]";
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 612 milliseconds