diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2004-04-21 03:00:02 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-04-21 03:00:02 -0700 |
| commit | 424be00c07439f26e2ff0cf9003e02abff2820b2 (patch) | |
| tree | f8cee17927d76b03181599d5060a8e7d185ce75b /include/linux/sysctl.h | |
| parent | 719c06b8d9c738a689a71a73f7f42f3113245c1d (diff) | |
[TCP]: Add sysctl to turn off matrics caching.
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 d63d07fe674f..f32c83568201 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -326,6 +326,7 @@ enum NET_IPV4_IPFRAG_SECRET_INTERVAL=94, NET_TCP_WESTWOOD=95, NET_IPV4_IGMP_MAX_MSF=96, + NET_TCP_NO_METRICS_SAVE=97, }; enum { |
