Date: Thu, 04 Oct 2018 22:05:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 231950] www/squid: bug in 4.3, No connections are accepted after ECONNABORTED Message-ID: <bug-231950-7788-GrQF60eX3z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231950-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-231950-7788@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=3D231950 --- Comment #2 from Mark.Martinec@ijs.si --- > Does changing the value of sysctl > kern.ipc.soacceptqueue=3D<some higher value, like 1000> That was indeed my first thought, but after realizing that when squid decid= es to stop ACCEPTing and the socket queue fills up and remains full at a fixed value of 1.5 times soacceptqueue (even when no new connection attempts are coming in and the host and squid are idle), then it becomes apparent that the socket queue will eventually just fill up regardless of its size limit. The analysis of the problem in the upstream bug seems to confirm this. The queue being full is just a consequence of the application not accepting new requests any longer. --=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-231950-7788-GrQF60eX3z>