aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorNikolay Borisov <kernel@kyup.com>2016-02-03 02:46:56 -0500
committerDavid S. Miller <davem@davemloft.net>2016-02-07 14:36:11 -0500
commit1e579caa18b96f9eb18f4f5416658cd15f37c062 (patch)
tree7c48df6e8e727a5db5ff50c3e6296ff96915c934 /net/ipv4/tcp_ipv4.c
parentc402d9beffb6141ab2e4d2ad8be71128803a28ca (diff)
ipv4: Namespaceify tcp_fin_timeout sysctl knob
Signed-off-by: Nikolay Borisov <kernel@kyup.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 1240dd62eee1..36c83c28d9c9 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2394,6 +2394,7 @@ static int __net_init tcp_sk_init(struct net *net)
2394 net->ipv4.sysctl_tcp_retries1 = TCP_RETR1; 2394 net->ipv4.sysctl_tcp_retries1 = TCP_RETR1;
2395 net->ipv4.sysctl_tcp_retries2 = TCP_RETR2; 2395 net->ipv4.sysctl_tcp_retries2 = TCP_RETR2;
2396 net->ipv4.sysctl_tcp_orphan_retries = 0; 2396 net->ipv4.sysctl_tcp_orphan_retries = 0;
2397 net->ipv4.sysctl_tcp_fin_timeout = TCP_FIN_TIMEOUT;
2397 2398
2398 return 0; 2399 return 0;
2399fail: 2400fail: