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 vaizki
Recipients asvetlov, vaizki, yselivanov
Date 2019-11-18.10:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574074088.92.0.158544415494.issue37228@roundup.psfhosted.org>
In-reply-to
Content
I definitely propose changing the default for UDP sockets. Having multiple processes binding to a the same port and load-balancing incoming UDP traffic intentionally is a rare scenario which should be supported but not the default.

For TCP the default is reasonable because everyone creating server sockets will usually want to set it.
History
Date User Action Args
2019-11-18 10:48:09vaizkisetrecipients: + vaizki, asvetlov, yselivanov
2019-11-18 10:48:08vaizkisetmessageid: <1574074088.92.0.158544415494.issue37228@roundup.psfhosted.org>
2019-11-18 10:48:08vaizkilinkissue37228 messages
2019-11-18 10:48:08vaizkicreate