diff options
Diffstat (limited to 'etc/rc.network')
-rw-r--r-- | etc/rc.network | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.network b/etc/rc.network index 9422640fef5f..b9b67fef20d2 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -456,9 +456,9 @@ network_pass1() { esac case ${tcp_keepalive} in - [Yy][Ee][Ss]) - echo -n ' TCP keepalive=YES' - sysctl -w net.inet.tcp.always_keepalive=1 >/dev/null + [Nn][Oo]) + echo -n ' TCP keepalive=NO' + sysctl -w net.inet.tcp.always_keepalive=0 >/dev/null ;; esac |