Oops correct php syntax

This commit is contained in:
Ermal 2014-01-03 15:56:53 +00:00
parent 21f82ab623
commit 4e6405b9f8

View File

@ -152,7 +152,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"kern.random.sys.harvest.ethernet" => 0,
"net.route.netisr_maxqlen" => 1024,
"net.inet.udp.checksum" => 1,
"net.bpf.zerocopy_enable" = > 1
"net.bpf.zerocopy_enable" => 1
);
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */