From c9d1f4e67ce3104c2927d4df0becd6ab3c089525 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 10 Jul 2016 16:09:05 +0200 Subject: [PATCH] =?UTF-8?q?augmentation=20de=20la=20dur=C3=A9e=20de=20vali?= =?UTF-8?q?dit=C3=A9=20des=20@IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * cela signifie que les connexions TCP longues seront coupées après plus longtemps --- networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking.nix b/networking.nix index a6f8360..5763240 100644 --- a/networking.nix +++ b/networking.nix @@ -19,7 +19,7 @@ boot.kernel.sysctl = { "net.ipv6.conf.all.temp_prefered_lft" = 1800; # 30 min - "net.ipv6.conf.all.temp_valid_lft" = 3600; # 1 heure + "net.ipv6.conf.all.temp_valid_lft" = 43200; # 12 heures "net.ipv6.conf.all.use_tempaddr" = 2; # activé "net.ipv6.conf.default.temp_prefered_lft" = 3600; # 1 heure