Date: Tue, 13 Oct 2015 02:35:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202147] default listen queue in casperd is too small for some applications Message-ID: <bug-202147-8-NV4aWzmqca@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202147-8@https.bugs.freebsd.org/bugzilla/> References: <bug-202147-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202147 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: adrian Date: Tue Oct 13 02:34:42 UTC 2015 New revision: 289204 URL: https://svnweb.freebsd.org/changeset/base/289204 Log: casperd: bump default socket queue length to SOMAXCONN; make length configurable. The current default listen queue for casperd is too small (8) and hard-coded. This patch increases the default to SOMAXCONN, and introduces a command line flag that can used to further increase or decrease the queue length. PR: bin/202147 Submitted by: <lidl@pix.net> Changes: head/sbin/casperd/casperd.8 head/sbin/casperd/casperd.c -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202147-8-NV4aWzmqca>