Home
last modified time | relevance | path

Searched refs:allow_reuse_address (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/
Dsocketserver.py443 allow_reuse_address = False variable in TCPServer
464 if self.allow_reuse_address:
520 allow_reuse_address = False variable in UDPServer
/third_party/curl/tests/
Ddictserver.py67 socketserver.TCPServer.allow_reuse_address = True
Dnegtelnetserver.py66 socketserver.TCPServer.allow_reuse_address = True
/third_party/python/Lib/xmlrpc/
Dserver.py591 allow_reuse_address = True variable in SimpleXMLRPCServer
/third_party/python/Lib/logging/
Dconfig.py884 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
/third_party/python/Lib/http/
Dserver.py134 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
/third_party/python/Doc/library/
Dxmlrpc.server.rst42 the *allow_reuse_address* class variable before the address is bound.
Dsocketserver.rst279 .. attribute:: allow_reuse_address
/third_party/python/Lib/test/
Dtest_logging.py989 allow_reuse_address = True variable in TestTCPServer
/third_party/python/Doc/howto/
Dlogging-cookbook.rst494 allow_reuse_address = True
/third_party/python/Doc/whatsnew/
D2.6.rst2616 :attr:`allow_reuse_address` attribute before calling the
/third_party/python/Misc/
DHISTORY25628 - The SocketServer module now sets the allow_reuse_address flag by