This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients giampaolo.rodola, vstinner
Date 2019-11-05.14:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572965271.54.0.670757196454.issue38699@roundup.psfhosted.org>
In-reply-to
Content
> I just saw an article suggesting to use 4096 instead:

In fact, it's a change in the Linux kernel directly proposed by Eric Dumazet (Google) for Linux kernel 5.5:
https://lore.kernel.org/netdev/20191030163620.140387-1-edumazet@google.com/

The change has already been merged upstream:

/* Maximum queue length specifiable by listen.  */
#define SOMAXCONN	4096

https://github.com/torvalds/linux/blob/a99d8080aaf358d5d23581244e5da23b35e340b9/include/linux/socket.h#L265
History
Date User Action Args
2019-11-05 14:47:51vstinnersetrecipients: + vstinner, giampaolo.rodola
2019-11-05 14:47:51vstinnersetmessageid: <1572965271.54.0.670757196454.issue38699@roundup.psfhosted.org>
2019-11-05 14:47:51vstinnerlinkissue38699 messages
2019-11-05 14:47:51vstinnercreate