Diff for /elwix/config/etc/uboot/sysctl.conf between versions 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2014/01/23 09:24:04 version 1.1.2.3, 2014/01/24 10:11:38
Line 5 Line 5
 # $Id$  # $Id$
   
 sysctl -w kern.coredump=0  sysctl -w kern.coredump=0
   sysctl -w kern.eventtimer.periodic=1
 sysctl -w net.inet.ip.forwarding=1  sysctl -w net.inet.ip.forwarding=1
 sysctl -w net.inet.ip.fastforwarding=1  sysctl -w net.inet.ip.fastforwarding=1
 sysctl -w net.inet.tcp.ecn.enable=1  sysctl -w net.inet.tcp.ecn.enable=1
Line 18  sysctl -w kern.ipc.somaxconn=1024 Line 19  sysctl -w kern.ipc.somaxconn=1024
 #sysctl -w kern.ipc.maxsockbuf=16777216  #sysctl -w kern.ipc.maxsockbuf=16777216
 #sysctl -w kern.ipc.maxpipekva=16777216  #sysctl -w kern.ipc.maxpipekva=16777216
 #sysctl -w net.graph.maxalloc=2048  #sysctl -w net.graph.maxalloc=2048
 sysctl -w net.graph.maxdgram=128000  
 sysctl -w net.graph.recvspace=128000  
   
 #net.inet.tcp.mssdflt=1452  #net.inet.tcp.mssdflt=1452
 #net.inet.tcp.hostcache.expire=1  #net.inet.tcp.hostcache.expire=1

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3


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