From 91f1d3afea876cc98362aa833db4c182cd36b918 Mon Sep 17 00:00:00 2001 From: Arno Broekhof Date: Wed, 21 Aug 2013 00:07:18 +0200 Subject: [PATCH] Sync with 5.3 --- initial-conf/sysctl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/initial-conf/sysctl.conf b/initial-conf/sysctl.conf index 30a60ab..46fc2df 100644 --- a/initial-conf/sysctl.conf +++ b/initial-conf/sysctl.conf @@ -50,3 +50,5 @@ kern.splassert=2 # 2=Enable with verbose error messages #net.inet.mobileip.allow=1 # Allow MobileIP packets in and out of the system #net.pipex.enable=1 # 1=Enable pipex(4) for npppd(8) +#net.inet.tcp.always_keepalive=1 # 1=Keepalives for all connections (e.g. hotel/airport NAT) +#net.inet.tcp.keepidle=100 # 100=send TCP keepalives every 50 seconds