Annotation of elwix/config/etc/default/sysctl.conf, revision 1.1

1.1     ! misho       1: #!/bin/sh
        !             2: #
        !             3: # elwix sysctl.conf
        !             4: #
        !             5: # $Id: sysctl.conf,v 1.2.4.2 2010/07/13 21:46:09 misho Exp $
        !             6: 
        !             7: sysctl -w net.inet.ip.forwarding=1
        !             8: sysctl -w net.inet.ip.fastforwarding=1
        !             9: 
        !            10: #kern.ipc.maxsockbuf=16777216
        !            11: #net.inet.tcp.recvbuf_max=16777216
        !            12: #net.inet.tcp.sendbuf_max=16777216
        !            13: #net.inet.tcp.sendspace=65536
        !            14: #net.inet.tcp.recvspace=65536
        !            15: #net.inet.udp.recvspace=65536
        !            16: 
        !            17: #net.inet.tcp.mssdflt=1452
        !            18: #net.inet.tcp.hostcache.expire=1

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