Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 13:21:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 219655] TCP Connection Limit Error - sonewconn: Listen queue overflow
Message-ID:  <bug-219655-2472-wZJCLz4fSB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219655-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219655-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219655

--- Comment #5 from Eugene Grosbein <eugen@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.

--=20
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-219655-2472-wZJCLz4fSB>