• Andreas Petlund's avatar
    net: TCP thin linear timeouts · 36e31b0a
    Andreas Petlund authored
    This patch will make TCP use only linear timeouts if the
    stream is thin. This will help to avoid the very high latencies
    that thin stream suffer because of exponential backoff. This
    mechanism is only active if enabled by iocontrol or syscontrol
    and the stream is identified as thin. A maximum of 6 linear
    timeouts is tried before exponential backoff is resumed.
    Signed-off-by: default avatarAndreas Petlund <apetlund@simula.no>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    36e31b0a
sysctl_net_ipv4.c 16.5 KB