git: f4f6bc636787 - main - Correct typo in soacceptqueue setting
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Oct 2022 17:03:21 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f4f6bc636787e110cbea90ca5822cc5209138125 commit f4f6bc636787e110cbea90ca5822cc5209138125 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-10-11 16:59:22 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-10-11 17:03:04 +0000 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: 9871ae6aa91f ("Track kern.ipc.somaxconn -> ...") --- release/tools/gce.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 253140bb4ca8..1acd789a88e6 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -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