summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-21 16:20:13 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-21 16:20:20 -0500
commitfb182cb2ca70daddf15f9093254981d70e1fd496 (patch)
tree7c9cf2f584ac5c5380e8e220d4b83127f7977533
parented32aef778289e67f7afaed27b1add16cdf5d107 (diff)
downloadpfsense-fb182cb2ca70daddf15f9093254981d70e1fd496.zip
pfsense-fb182cb2ca70daddf15f9093254981d70e1fd496.tar.gz
Define hw.bce.tso_enable
-rw-r--r--etc/inc/globals.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 8059c3f..5a709e5 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -162,7 +162,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"net.inet.tcp.log_debug" => "0",
"net.inet.tcp.tso" => "1",
"net.inet.icmp.icmplim" => "0",
- "vfs.read_max" => "32"
+ "vfs.read_max" => "32",
+ "hw.bce.tso_enable" => "0"
);
$config_parsed = false;
OpenPOWER on IntegriCloud