# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $ # # This file is read when going to multi-user and its contents piped thru # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. # # Uncomment this to prevent users from seeing information about processes that # are being run under another UID. #security.bsd.see_other_uids=0 kern.coredump=0 net.inet.ip.intr_queue_maxlen=1500 net.inet.ip.random_id=1 net.inet.ip.fastforwarding=1 net.inet.ip.redirect=0 net.inet6.ip6.redirect=0 kern.ipc.somaxconn=1024 net.inet.tcp.recvspace=65536 net.inet.tcp.sendspace=65536 net.inet.tcp.mssdflt=1452