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 gvanrossum
Recipients Boris.FELD, gvanrossum, vstinner, yselivanov
Date 2015-04-16.14:47:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429195630.26.0.81956964717.issue23972@psf.upfronthosting.co.za>
In-reply-to
Content
I think we left this unfinished. I think it would be best if we added a sock parameter (like for create_server()) but also added reuse_address and reuse_port parameters, treated similarly like the one on create_server(), and added a reuse_port parameter to create_server().

Or maybe there should only be one parameter that guides both; read http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they-differ-do-they-mean-t before you decide!
History
Date User Action Args
2015-04-16 14:47:10gvanrossumsetrecipients: + gvanrossum, vstinner, Boris.FELD, yselivanov
2015-04-16 14:47:10gvanrossumsetmessageid: <1429195630.26.0.81956964717.issue23972@psf.upfronthosting.co.za>
2015-04-16 14:47:10gvanrossumlinkissue23972 messages
2015-04-16 14:47:10gvanrossumcreate