Annotation of elwix/config/etc/uboot/sysctl.conf, revision 1.1.2.1

1.1.2.1 ! misho       1: #!/bin/sh
        !             2: #
        !             3: # elwix sysctl.conf
        !             4: #
        !             5: # $Id: sysctl.conf,v 1.7 2013/05/07 20:46:48 misho Exp $
        !             6: 
        !             7: sysctl -w kern.coredump=0
        !             8: sysctl -w net.inet.ip.forwarding=1
        !             9: sysctl -w net.inet.ip.fastforwarding=1
        !            10: sysctl -w net.inet.tcp.ecn.enable=1
        !            11: sysctl -w net.inet6.ip6.forwarding=1
        !            12: sysctl -w net.inet6.ip6.accept_rtadv=0
        !            13: sysctl -w net.inet6.ip6.no_radr=0
        !            14: sysctl -w kern.maxfilesperproc=4096
        !            15: sysctl -w kern.maxfiles=1024
        !            16: sysctl -w kern.ipc.somaxconn=1024
        !            17: #sysctl -w kern.ipc.maxsockets=16384
        !            18: #sysctl -w kern.ipc.maxsockbuf=16777216
        !            19: #sysctl -w kern.ipc.maxpipekva=16777216
        !            20: #sysctl -w net.graph.maxalloc=2048
        !            21: sysctl -w net.graph.maxdgram=128000
        !            22: sysctl -w net.graph.recvspace=128000
        !            23: 
        !            24: #net.inet.tcp.mssdflt=1452
        !            25: #net.inet.tcp.hostcache.expire=1
        !            26: 
        !            27: #dev.ath.0.hal.ar5416_biasadj=1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>