File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / sysctl.conf
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 24 23:31:30 2011 UTC (12 years, 8 months ago) by misho
Branches: elwix1_5
add hint

    1: #!/bin/sh
    2: #
    3: # elwix sysctl.conf
    4: #
    5: # $Id: sysctl.conf,v 1.2.2.1 2011/10/24 23:31:30 misho Exp $
    6: 
    7: sysctl -w net.inet.ip.forwarding=1
    8: sysctl -w net.inet.ip.fastforwarding=1
    9: sysctl -w kern.maxfilesperproc=4096
   10: 
   11: #kern.ipc.maxsockbuf=16777216
   12: #net.inet.tcp.recvbuf_max=16777216
   13: #net.inet.tcp.sendbuf_max=16777216
   14: #net.inet.tcp.sendspace=65536
   15: #net.inet.tcp.recvspace=65536
   16: #net.inet.udp.recvspace=65536
   17: 
   18: #net.inet.tcp.mssdflt=1452
   19: #net.inet.tcp.hostcache.expire=1
   20: 
   21: #dev.ath.0.hal.ar5416_biasadj=1

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