Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 11:48:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203922] The kern.ipc.acceptqueue limit is too low
Message-ID:  <bug-203922-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: white_knight@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203922-8>