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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"