diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-04 04:33:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-04 04:33:11 +0000 |
commit | e858896b2a97bffebcef9248d90e0a851ab4710c (patch) | |
tree | 38e20ec3bfe6715f971b756912edd6afbd912192 /cf/conf | |
parent | 3439b0330b9804ef367bf253c04d3fbd279a2b72 (diff) | |
download | pfsense-e858896b2a97bffebcef9248d90e0a851ab4710c.zip pfsense-e858896b2a97bffebcef9248d90e0a851ab4710c.tar.gz |
Add TCP TSO = 0 sysctl
Diffstat (limited to 'cf/conf')
-rw-r--r-- | cf/conf/config.xml | 10 |
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> |