From: Haishuang Yan <yanhaishu...@cmss.chinamobile.com> Date: Wed, 28 Dec 2016 17:52:32 +0800
> Different namespace application might require fast recycling > TIME-WAIT sockets independently of the host. > > Signed-off-by: Haishuang Yan <yanhaishu...@cmss.chinamobile.com> Applied, but: > @@ -111,6 +121,7 @@ struct netns_ipv4 { > int sysctl_tcp_fin_timeout; > unsigned int sysctl_tcp_notsent_lowat; > int sysctl_tcp_tw_reuse; > + struct inet_timewait_death_row tcp_death_row; ^^ Trailing whitespace I had to fix up.