diff options
author | Ermal <eri@pfsense.org> | 2013-05-08 07:19:01 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2013-05-08 07:19:19 +0000 |
commit | f388b5c5732e9d52704783f963686ffb84bfb8af (patch) | |
tree | a78d60b1acc926379de841fbe4418d883681cfa6 /etc/inc/globals.inc | |
parent | ddae03adaa76750dc678e62a73de22ccee98757d (diff) | |
download | pfsense-f388b5c5732e9d52704783f963686ffb84bfb8af.zip pfsense-f388b5c5732e9d52704783f963686ffb84bfb8af.tar.gz |
After some discussions it is better to make this a tunable and allow its value change from administrator.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |