[TCP]: Add tcp_slow_start_after_idle sysctl.
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 14 Jun 2006 05:33:04 +0000 (22:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:30:53 +0000 (21:30 -0700)
commit35089bb203f44e33b6bbb6c4de0b0708f9a48921
tree3e9ca3dbc12a063121c3ecba2558400307d4acd5
parent9e1881dec9e3e8f8408551cddfda489857a7ec99
[TCP]: Add tcp_slow_start_after_idle sysctl.

A lot of people have asked for a way to disable tcp_cwnd_restart(),
and it seems reasonable to add a sysctl to do that.

Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
include/linux/sysctl.h
include/net/tcp.h
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp_output.c