[Bug 219655] TCP Connection Limit Error - sonewconn: Listen queue overflow

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 31 13:21:19 UTC 2017


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

--- Comment #5 from Eugene Grosbein <eugen at freebsd.org> ---
(In reply to john.leo from comment #4)

You could just patch sys/sys/socket.h and increase value on a line "#define
SOMAXCONN 128" (this is used to specify initial value for a sysctl only).

Or, if you are curious enough, you can add CTLFLAG_VNET flag to declaration of
soacceptqueue in sys/kern/uipc_socket.c and see if it will work or crash :-)

That is, until SomeOne (TM) prepares complete solution.

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


More information about the freebsd-net mailing list