summaryrefslogtreecommitdiffstats
path: root/cf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-26 22:00:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-26 22:00:36 +0000
commit6df9d7e359dcf471d3afc24bcca8a2926376224f (patch)
treec4c492f149ab56008f0cdb93b88d248735641843 /cf
parent77daabe4a2869f9100d5fa77f359a71a6f8a0324 (diff)
downloadpfsense-6df9d7e359dcf471d3afc24bcca8a2926376224f.zip
pfsense-6df9d7e359dcf471d3afc24bcca8a2926376224f.tar.gz
Add system tunables area which allows the user to fine control sysctl's.
Diffstat (limited to 'cf')
-rw-r--r--cf/conf/config.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index e505c62..a44cb41 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -4,6 +4,53 @@
<version>2.9</version>
<lastchange></lastchange>
<theme>nervecenter</theme>
+ <sysctl>
+ <item>
+ <desc>Maximum incoming/outgoing TCP datagram size (receive)</desc>
+ <tunable>net.inet.tcp.recvspace</tunable>
+ <value>65228</value>
+ </item>
+ <item>
+ <desc>Maximum incoming/outgoing TCP datagram size (send)</desc>
+ <tunable>net.inet.tcp.sendspace</tunable>
+ <value>65228</value>
+ </item>
+ <item>
+ <desc>IP Fastforwarding</desc>
+ <tunable>net.inet.ip.fastforwarding</tunable>
+ <value>1</value>
+ </item>
+ <item>
+ <desc>Do not delay ACK to try and piggyback it onto a data packet</desc>
+ <tunable>net.inet.tcp.delayed_ack</tunable>
+ <value>0</value>
+ </item>
+ <item>
+ <desc>Maximum outgoing UDP datagram size</desc>
+ <tunable>net.inet.udp.maxdgram</tunable>
+ <value>57344</value>
+ </item>
+ <item>
+ <desc>Handling of non-IP packets which are not passed to pfil (see if_bridge(4))</desc>
+ <tunable>net.link.bridge.pfil_onlyip</tunable>
+ <value>0</value>
+ </item>
+ <item>
+ <desc>Allow unprivileged access to tap(4) device nodes</desc>
+ <tunable>net.link.tap.user_open</tunable>
+ <value>1</value>
+ </item>
+ <item>
+ <desc>Verbosity of the rndtest driver (0: do not display results on console)</desc>
+ <tunable>kern.rndtest.verbose</tunable>
+ <value>0</value>
+ </item>
+ <item>
+ <desc>Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())</desc>
+ <tunable>kern.randompid</tunable>
+ <value>347</value>
+ </item>
+ </sysctl>
<system>
<optimization>normal</optimization>
<schedulertype>priq</schedulertype>
OpenPOWER on IntegriCloud