On Tue, Feb 02, 2016 at 12:35:47PM -0800, Alfred Perlstein wrote: > > I would second John's comment on the necessity of the change though, > > if one already have 32K of *backlogged* connections, it's probably not > > very useful to allow more coming in. It sounds like the application > > itself is seriously broken, and unless expanding the field have some > > performance benefit, I don't think it should stay. > > Imagine a hugely busy image board like 2ch.net, if there is a single > hiccup, it's very possible to start dropping connections.
In reality start dropping connections in any case: nobody will be infinity wait of accept (user close browser and go away, etc). Also, if you have more then 4K backloged connections -- you have problem, you can't process all connections request and in next second you will be have 8K, after next second -- 12K and etc. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"