diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-25 17:12:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-25 17:12:57 +0000 |
commit | d5cd06b8c8da1a5862997796b3eaa54869eb828a (patch) | |
tree | e6d603529189c93ffe7a0f8f71ce46d214164515 /etc | |
parent | 7162c0add826640ce4f606f367a78f63817f383b (diff) |
mtu disc example
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 69a0055c137..ce48cebd736 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.18 2000/06/14 16:57:44 provos Exp $ +# $OpenBSD: sysctl.conf,v 1.19 2000/09/25 17:12:56 deraadt Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. @@ -14,3 +14,4 @@ #vm.swapencrypt.enable=1 # 1=Encrypt pages that go to swap #net.inet.ip.ipsec-acl=0 # 0=disable IPsec ingress ACL checking #vfs.nfs.iothreads=4 # number of nfsio kernel threads +#net.inet.ip.mtudisc=1 # 1=enable tcp mtu discovery |