diff options
author | 2001-06-10 19:00:32 +0000 | |
---|---|---|
committer | 2001-06-10 19:00:32 +0000 | |
commit | 7564dd42cb129a6117c3d433481b80c6defb915c (patch) | |
tree | ac5eb1032440822b2215b82f87b347ba0edb6bd5 | |
parent | Hack/workaround for gcc bug. GCC will generate a load/store double instruction (diff) | |
download | wireguard-openbsd-7564dd42cb129a6117c3d433481b80c6defb915c.tar.xz wireguard-openbsd-7564dd42cb129a6117c3d433481b80c6defb915c.zip |
Since mtu discovery is enabled by default, change line to disable if it's
uncommented; niels@ theo@ ok.
-rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index b5e110ef0e2..4133b2696bc 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.21 2000/10/23 17:15:47 deraadt Exp $ +# $OpenBSD: sysctl.conf,v 1.22 2001/06/10 19:00:32 fgsch Exp $ # # This file contains a list of sysctl options the user wants set at # boot time. See sysctl(3) and sysctl(8) for more information on @@ -15,4 +15,4 @@ #fs.posix.setuid=0 # 0=Traditional BSD chown() semantics #vm.swapencrypt.enable=1 # 1=Encrypt pages that go to swap #vfs.nfs.iothreads=4 # number of nfsio kernel threads -#net.inet.ip.mtudisc=1 # 1=enable tcp mtu discovery +#net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery |