summaryrefslogtreecommitdiffstats
path: root/cf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-04 04:33:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-04 04:33:11 +0000
commite858896b2a97bffebcef9248d90e0a851ab4710c (patch)
tree38e20ec3bfe6715f971b756912edd6afbd912192 /cf
parent3439b0330b9804ef367bf253c04d3fbd279a2b72 (diff)
downloadpfsense-e858896b2a97bffebcef9248d90e0a851ab4710c.zip
pfsense-e858896b2a97bffebcef9248d90e0a851ab4710c.tar.gz
Add TCP TSO = 0 sysctl
Diffstat (limited to 'cf')
-rw-r--r--cf/conf/config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index eed25dc..f10bc9f 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -125,6 +125,16 @@
<tunable>net.inet.icmp.icmplim</tunable>
<value>750</value>
</item>
+ <item>
+ <desc>TCP Offload Engine</desc>
+ <tunable>net.inet.tcp.tso</tunable>
+ <value>0</value>
+ </item>
+ <item>
+ <desc>TCP Offload Engine - BCE</desc>
+ <tunable>hw.bce.tso_enable</tunable>
+ <value>0</value>
+ </item>
</sysctl>
<system>
<optimization>normal</optimization>
OpenPOWER on IntegriCloud