summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
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