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 njs
Recipients ammar2, giampaolo.rodola, njs, vstinner, yselivanov
Date 2019-12-06.23:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575675703.97.0.364688715044.issue38699@roundup.psfhosted.org>
In-reply-to
Content
Trio uses 65535 as the default backlog argument. There's a big comment here explaining why: https://github.com/python-trio/trio/blob/master/trio/_highlevel_open_tcp_listeners.py

This doesn't actually set the backlog to 65635; instead it tells the kernel to use the biggest backlog that it feels comfortable with (e.g. /proc/sys/net/core/somaxconn on Linux).
History
Date User Action Args
2019-12-06 23:41:44njssetrecipients: + njs, vstinner, giampaolo.rodola, yselivanov, ammar2
2019-12-06 23:41:43njssetmessageid: <1575675703.97.0.364688715044.issue38699@roundup.psfhosted.org>
2019-12-06 23:41:43njslinkissue38699 messages
2019-12-06 23:41:43njscreate