Correct typo in soacceptqueue setting
I somehow introduced the typo when extracting one part of D34598.
Reported by: Jose Luis Duran <jlduran@gmail.com>
Fixes: 9871ae6aa9
("Track kern.ipc.somaxconn -> ...")
This commit is contained in:
parent
a1e39f96d2
commit
f4f6bc6367
@ -86,7 +86,7 @@ net.inet.icmp.drop_redirect=1
|
||||
net.inet.ip.redirect=0
|
||||
net.inet.tcp.blackhole=2
|
||||
net.inet.udp.blackhole=1
|
||||
kern.ipc.ssoacceptqueue=1024
|
||||
kern.ipc.soacceptqueue=1024
|
||||
debug.trace_on_panic=1
|
||||
debug.debugger_on_panic=0
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user