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

  /external/qemu/slirp/
tcp_var.h 102 * transmit timing stuff. See below for scale of srtt and rttvar.
139 * and thus an "ALPHA" of 0.875. rttvar has 2 bits to the right of the
144 #define TCP_RTTVAR_SCALE 4 /* multiplier for rttvar; 2 bits */
145 #define TCP_RTTVAR_SHIFT 2 /* multiplier for rttvar; 2 bits */
148 * The initial retransmission should happen at rtt + 4 * rttvar.
149 * Because of the way we do the smoothing, srtt and rttvar
158 * is the same as the multiplier for rttvar.
tcp_timer.c 209 * move the current srtt into rttvar to keep the current
tcp_input.c     [all...]
tcp_subr.c 196 * rtt estimate. Set rttvar so that srtt + 2 * rttvar gives
    [all...]
  /external/qemu/slirp-android/
tcp_var.h 107 * transmit timing stuff. See below for scale of srtt and rttvar.
144 * and thus an "ALPHA" of 0.875. rttvar has 2 bits to the right of the
149 #define TCP_RTTVAR_SCALE 4 /* multiplier for rttvar; 2 bits */
150 #define TCP_RTTVAR_SHIFT 2 /* multiplier for rttvar; 2 bits */
153 * The initial retransmission should happen at rtt + 4 * rttvar.
154 * Because of the way we do the smoothing, srtt and rttvar
163 * is the same as the multiplier for rttvar.
tcp_timer.c 209 * move the current srtt into rttvar to keep the current
tcp_input.c     [all...]
tcp_subr.c 198 * rtt estimate. Set rttvar so that srtt + 2 * rttvar gives
  /external/kernel-headers/original/linux/
tcp.h 265 __u32 rttvar; /* smoothed mdev_max */ member in struct:tcp_sock
266 __u32 rtt_seq; /* sequence number to update rttvar */
  /external/iproute2/
RELNOTES 110 * new attributes in "ip route": rtt, rttvar, cwnd, ssthresh and advmss.
  /external/iproute2/ip/
iproute.c 40 [RTAX_RTTVAR] = "rttvar",
69 fprintf(stderr, " [ rtt TIME ] [ rttvar TIME ] [reordering NUMBER ]\n");
851 } else if (matches(*argv, "rttvar") == 0) {
859 invarg("\"rttvar\" value is invalid\n", *argv);
    [all...]
  /external/iproute2/man/man8/
ip.8 229 .B rttvar
1607 .BI rttvar " TIME " "(2.3.15+ only)"
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 823 * RTTVAR = round-trip time variation
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 839 * RTTVAR = round-trip time variation
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 654 milliseconds