Revision 5f0b15e5
Added by Luiz Souza almost 10 years ago
src/etc/inc/globals.inc | ||
---|---|---|
133 | 133 |
"net.inet.tcp.syncookies" => "1", |
134 | 134 |
"net.inet.tcp.recvspace" => "65228", |
135 | 135 |
"net.inet.tcp.sendspace" => "65228", |
136 |
"net.inet.ip.fastforwarding" => "0", |
|
137 | 136 |
"net.inet.tcp.delayed_ack" => "0", |
138 | 137 |
"net.inet.udp.maxdgram" => "57344", |
139 | 138 |
"net.link.bridge.pfil_onlyip" => "0", |
Also available in: Unified diff
The net.inet.ip.fastforward sysctl is retired now.
Tryforward instead, is always on and is compatible with IPSEC.
TAG: tryforward