Home
last modified time | relevance | path

Searched defs:allow_reuse_address (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dsocketserver.py443 allow_reuse_address = False variable in TCPServer
520 allow_reuse_address = False variable in UDPServer
/third_party/python/Lib/http/
Dserver.py134 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
/third_party/python/Lib/logging/
Dconfig.py884 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
/third_party/python/Lib/xmlrpc/
Dserver.py591 allow_reuse_address = True variable in SimpleXMLRPCServer
/third_party/python/Lib/test/
Dtest_logging.py989 allow_reuse_address = True variable in TestTCPServer