From f388b5c5732e9d52704783f963686ffb84bfb8af Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 8 May 2013 07:19:01 +0000 Subject: After some discussions it is better to make this a tunable and allow its value change from administrator. --- conf.default/config.xml | 5 +++++ etc/inc/globals.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/conf.default/config.xml b/conf.default/config.xml index 71ded00..3db62e4 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -151,6 +151,11 @@ default + + net.inet.udp.checksum + default + + kern.ipc.maxsockbuf default diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 79a5964..8c9696d 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -149,7 +149,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024", "kern.random.sys.harvest.point_to_point" => 0, "kern.random.sys.harvest.ethernet" => 0, "net.route.netisr_maxqlen" => 1024, - "net.inet.udp.checksum" => 0 + "net.inet.udp.checksum" => 1 ); $config_parsed = false; -- cgit v1.1