Dynamic selection for network service ports?

Chris Angelico rosuav at gmail.com
Wed May 1 15:21:30 EDT 2019


On Thu, May 2, 2019 at 5:15 AM Markus Elfring <Markus.Elfring at web.de> wrote:
>
> >       https://docs.python.org/3.4/library/socketserver.html
> > about the middle of the page...
>
> It seems that you would like to refer to an other document.
> https://docs.python.org/3/library/socket.html#socket-example
>
> Under which circumstances will the execution of the method “socket.setsockopt”
> be triggered by a class like “socketserver.TCPServer”?
>

For the truly lazy, we have hash links.

https://docs.python.org/3/library/socketserver.html#socketserver.BaseServer.allow_reuse_address

ChrisA



More information about the Python-list mailing list