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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23972>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to