[Bug 203922] The kern.ipc.acceptqueue limit is too low

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 21 11:48:53 UTC 2015


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

            Bug ID: 203922
           Summary: The kern.ipc.acceptqueue limit is too low
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: white_knight at 2ch.net

Created attachment 162281
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162281&action=edit
A patch that changes kern.ipc.acceptqueue to unsigned integer.

The kernel parameter kern.ipc.acceptqueue, formerly known as
kern.ipc.somaxconn, is limited to unsigned short.

This limit is way too low for very active sites.

Attached is a patch that widens the data type to unsigned integer.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list