=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sysctl.conf,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/etc/Attic/sysctl.conf 2000/10/23 17:15:47 1.21 +++ src/etc/Attic/sysctl.conf 2001/06/10 19:00:32 1.22 @@ -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