[BACK]Return to sysctl.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/sysctl.conf, Revision 1.19

1.19    ! deraadt     1: #      $OpenBSD: sysctl.conf,v 1.18 2000/06/14 16:57:44 provos Exp $
1.1       deraadt     2: # This files contains a list of sysctl options the user wants set at
                      3: # boot time.
                      4: # ie.
1.5       deraadt     5: #net.inet.ip.forwarding=1      # 1=Permit forwarding (routing) of packets
1.15      itojun      6: #net.inet6.ip6.forwarding=1    # 1=Permit forwarding (routing) of packets
                      7: #net.inet6.ip6.accept_rtadv=1  # 1=Permit IPv6 autoconf (forwarding must be 0)
1.5       deraadt     8: #net.inet.tcp.rfc1323=0                # 0=disable TCP RFC1323 extensions (for if tcp is slow)
1.10      niklas      9: #net.inet.esp.enable=1         # 1=Enable the ESP IPSec protocol
                     10: #net.inet.ah.enable=1          # 1=Enable the AH IPSec protocol
1.5       deraadt    11: #ddb.panic=0                   # 0=Do not drop into ddb on a kernel panic
1.8       deraadt    12: #ddb.console=1                 # 1=Permit entry of ddb from the console
1.5       deraadt    13: #fs.posix.setuid=0             # 0=Traditional BSD chown() semantics
1.18      provos     14: #vm.swapencrypt.enable=1       # 1=Encrypt pages that go to swap
1.16      angelos    15: #net.inet.ip.ipsec-acl=0       # 0=disable IPsec ingress ACL checking
1.17      mickey     16: #vfs.nfs.iothreads=4           # number of nfsio kernel threads
1.19    ! deraadt    17: #net.inet.ip.mtudisc=1         # 1=enable tcp mtu discovery