File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / sysctl.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years, 1 month ago) by misho
Branches: misho
CVS tags: start, elwix1_4
ELWIX project

    1: #!/bin/sh
    2: #
    3: # elwix sysctl.conf
    4: #
    5: # $Id: sysctl.conf,v 1.1.1.1 2011/07/05 23:43:00 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>