diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-14 01:33:04 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-18 00:30:53 -0400 |
commit | 35089bb203f44e33b6bbb6c4de0b0708f9a48921 (patch) | |
tree | 3e9ca3dbc12a063121c3ecba2558400307d4acd5 /include/linux/sysctl.h | |
parent | 9e1881dec9e3e8f8408551cddfda489857a7ec99 (diff) |
[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>
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 98338ed2c0b6..cee944dbdcd4 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -405,6 +405,7 @@ enum | |||
405 | NET_TCP_BASE_MSS=114, | 405 | NET_TCP_BASE_MSS=114, |
406 | NET_IPV4_TCP_WORKAROUND_SIGNED_WINDOWS=115, | 406 | NET_IPV4_TCP_WORKAROUND_SIGNED_WINDOWS=115, |
407 | NET_TCP_DMA_COPYBREAK=116, | 407 | NET_TCP_DMA_COPYBREAK=116, |
408 | NET_TCP_SLOW_START_AFTER_IDLE=117, | ||
408 | }; | 409 | }; |
409 | 410 | ||
410 | enum { | 411 | enum { |