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/net | |
| parent | 719c06b8d9c738a689a71a73f7f42f3113245c1d (diff) | |
[TCP]: Add sysctl to turn off matrics caching.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 865c85133169..268da91f64dd 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -583,6 +583,7 @@ extern int sysctl_tcp_tw_reuse; extern int sysctl_tcp_frto; extern int sysctl_tcp_low_latency; extern int sysctl_tcp_westwood; +extern int sysctl_tcp_nometrics_save; extern atomic_t tcp_memory_allocated; extern atomic_t tcp_sockets_allocated; |
