Browse Source

Since mtu discovery is enabled by default, change line to disable if it's

uncommented; niels@ theo@ ok.
OPENBSD_3_0
fgsch 23 years ago
parent
commit
220716af19
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/sysctl.conf

+ 2
- 2
src/etc/sysctl.conf View File

@ -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

Loading…
Cancel
Save