Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.5 KiB

  1. # $OpenBSD: sysctl.conf,v 1.40 2006/01/28 18:22:43 brad Exp $
  2. #
  3. # This file contains a list of sysctl options the user wants set at
  4. # boot time. See sysctl(3) and sysctl(8) for more information on
  5. # the many available variables.
  6. #
  7. #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of IPv4 packets
  8. #net.inet.ip.mforwarding=1 # 1=Permit forwarding (routing) of IPv4 multicast packets
  9. #net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of IPv6 packets
  10. #net.inet6.ip6.accept_rtadv=1 # 1=Permit IPv6 autoconf (forwarding must be 0)
  11. #net.inet.tcp.rfc1323=0 # 0=Disable TCP RFC1323 extensions (for if tcp is slow)
  12. #net.inet.tcp.rfc3390=0 # 0=Disable RFC3390 for TCP window increasing
  13. #net.inet.esp.enable=0 # 0=Disable the ESP IPsec protocol
  14. #net.inet.ah.enable=0 # 0=Disable the AH IPsec protocol
  15. #net.inet.esp.udpencap=0 # 0=Disable ESP-in-UDP encapsulation
  16. #net.inet.ipcomp.enable=1 # 1=Enable the IPCOMP protocol
  17. #net.inet.etherip.allow=1 # 1=Enable the Ethernet-over-IP protocol
  18. #net.inet.tcp.ecn=1 # 1=Enable the TCP ECN extension
  19. #ddb.panic=0 # 0=Do not drop into ddb on a kernel panic
  20. #ddb.console=1 # 1=Permit entry of ddb from the console
  21. #fs.posix.setuid=0 # 0=Traditional BSD chown() semantics
  22. #vm.swapencrypt.enable=0 # 0=Do not encrypt pages that go to swap
  23. #vfs.nfs.iothreads=4 # number of nfsio kernel threads
  24. #net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery
  25. #kern.usercrypto=0 # 0=disable userland use of /dev/crypto
  26. #kern.splassert=2 # 2=enable with verbose error messages