summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-05-04 22:57:28 +0000
committerErmal <eri@pfsense.org>2013-05-04 22:57:28 +0000
commit7d8b75ab01103a24ee5de63130065de8d5b3e9b4 (patch)
treebd0087fc02d2f81e0d0738bf2bb9b178d22b603b /etc/inc/globals.inc
parent26cb8245c7b9b253a44f34e2c3f638e466cbb829 (diff)
downloadpfsense-7d8b75ab01103a24ee5de63130065de8d5b3e9b4.zip
pfsense-7d8b75ab01103a24ee5de63130065de8d5b3e9b4.tar.gz
Disable udp checksums by default
Diffstat (limited to 'etc/inc/globals.inc')
-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 f8ba400..9267058 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -148,7 +148,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"kern.random.sys.harvest.interrupt" => 0,
"kern.random.sys.harvest.point_to_point" => 0,
"kern.random.sys.harvest.ethernet" => 0,
- "net.route.netisr_maxqlen" => 1024
+ "net.route.netisr_maxqlen" => 1024,
+ "net.inet.udp.checksum" => 0
);
$config_parsed = false;
OpenPOWER on IntegriCloud