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. --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') 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