aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-06-14 01:33:04 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-18 00:30:53 -0400
commit35089bb203f44e33b6bbb6c4de0b0708f9a48921 (patch)
tree3e9ca3dbc12a063121c3ecba2558400307d4acd5 /include/net/tcp.h
parent9e1881dec9e3e8f8408551cddfda489857a7ec99 (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/net/tcp.h')
-rw-r--r--include/net/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index de88c5472bfc..bfc71f954bbe 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -227,6 +227,7 @@ extern int sysctl_tcp_abc;
227extern int sysctl_tcp_mtu_probing; 227extern int sysctl_tcp_mtu_probing;
228extern int sysctl_tcp_base_mss; 228extern int sysctl_tcp_base_mss;
229extern int sysctl_tcp_workaround_signed_windows; 229extern int sysctl_tcp_workaround_signed_windows;
230extern int sysctl_tcp_slow_start_after_idle;
230 231
231extern atomic_t tcp_memory_allocated; 232extern atomic_t tcp_memory_allocated;
232extern atomic_t tcp_sockets_allocated; 233extern atomic_t tcp_sockets_allocated;