Revision decb0b11
Added by Chris Buechler over 10 years ago
etc/inc/globals.inc | ||
---|---|---|
160 | 160 |
"net.inet.udp.checksum" => 1, |
161 | 161 |
"net.bpf.zerocopy_enable" => 1, |
162 | 162 |
"net.inet.icmp.reply_from_interface" => 1, |
163 |
"vfs.forcesync" => "0",
|
|
163 |
"vfs.forcesync" => "1",
|
|
164 | 164 |
"net.inet6.ip6.rfc6204w3" => 1, |
165 | 165 |
"net.enc.out.ipsec_bpf_mask" => "0x0001", |
166 | 166 |
"net.enc.out.ipsec_filter_mask" => "0x0001", |
Also available in: Unified diff
set forcesync to 1 by default for now, testing potential impact for Ticket #4523.