commit | 56ab6b93007e5000a8812985aec1833c4a6a9ce0 | [log] [tgz] |
---|---|---|
author | Haishuang Yan <yanhaishuang@cmss.chinamobile.com> | Sun Dec 25 14:33:16 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 27 12:28:07 2016 -0500 |
tree | b51a1451cdcd323e70e5be14f8186fcb645dbbe3 | |
parent | e6afb1ad88feddf2347ea779cfaf4d03d3cd40b6 [diff] |
ipv4: Namespaceify tcp_tw_reuse knob Different namespaces might have different requirements to reuse TIME-WAIT sockets for new connections. This might be required in cases where different namespace applications are in place which require TIME_WAIT socket connections to be reduced independently of the host. Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>