[issue23972] Asyncio reuseport

Guido van Rossum report at bugs.python.org
Thu Apr 16 16:47:10 CEST 2015


Guido van Rossum added the comment:

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!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23972>
_______________________________________


More information about the Python-bugs-list mailing list