STINNER Victor <vstin...@python.org> added the comment:
> 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-eduma...@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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38699> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com