[Bug 202147] default listen queue in casperd is too small for some applications

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 13 02:35:07 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202147

--- Comment #4 from commit-hook at 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 at 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.


More information about the freebsd-bugs mailing list