Re: [PATCH v2] ipv4: Namespaceify tcp_tw_reuse knob

2016-12-27 Thread David Miller
From: Haishuang Yan Date: Sun, 25 Dec 2016 14:33:16 +0800 > 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 t

[PATCH v2] ipv4: Namespaceify tcp_tw_reuse knob

2016-12-24 Thread Haishuang Yan
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 Ya