summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-16 17:35:22 +0000
committerErmal <eri@pfsense.org>2010-03-16 17:35:22 +0000
commite2bee3feb119370f431384eee9fb7cd6c91c3937 (patch)
tree968958383970f5b920f34febb75a1f6202b37b38 /etc/inc
parent3816479c66543715158ba9d8a2096db27edab82b (diff)
downloadpfsense-e2bee3feb119370f431384eee9fb7cd6c91c3937.zip
pfsense-e2bee3feb119370f431384eee9fb7cd6c91c3937.tar.gz
Enable tso now that pf(4) problems with it are solved. Remove duplicate icmplim entry created by myself in a previous commit.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 466cbd7..72b01b6 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -158,9 +158,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"hw.syscons.kbd_reboot" => "0",
"net.inet.tcp.inflight.enable" => "1",
"net.inet.tcp.log_debug" => "0",
- "net.inet.icmp.icmplim" => "750",
- "net.inet.tcp.tso" => "0",
- "hw.bce.tso_enable" => "0",
+ "net.inet.tcp.tso" => "1",
"net.inet.icmp.icmplim" => "0"
);
OpenPOWER on IntegriCloud