diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-01-26 23:56:14 -0800 |
|---|---|---|
| committer | Sridhar Samudrala <sri@us.ibm.com> | 2003-01-26 23:56:14 -0800 |
| commit | 3ae4c190021a0521a268a416a9e2e01d24dbe4f5 (patch) | |
| tree | 204914409458e7fe3efb989f69ba5fca7e77850c /include/linux/sysctl.h | |
| parent | 9878e9dd9645b4a4b6f8e9446712e2cc27b76e6a (diff) | |
[TCP]: Add tcp_low_latency sysctl.
Currently it turns of prequeue processing, but more decisions
may be guided by it in the future.
Based upon a patch from Andi Kleen.
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index b115623159e9..780c78ac1c5b 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -305,7 +305,8 @@ enum NET_IPV4_ICMP_RATELIMIT=89, NET_IPV4_ICMP_RATEMASK=90, NET_TCP_TW_REUSE=91, - NET_TCP_FRTO=92 + NET_TCP_FRTO=92, + NET_TCP_LOW_LATENCY=93 }; enum { |
