Home
last modified time | relevance | path

Searched refs:allow_reuse_address (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/
H A Dsocketserver.py189 - allow_reuse_address
428 - allow_reuse_address
445 allow_reuse_address = False variable in TCPServer
468 if self.allow_reuse_address and hasattr(socket, "SO_REUSEADDR"):
526 allow_reuse_address = False variable in UDPServer
/third_party/curl/tests/
H A Ddictserver.py69 socketserver.TCPServer.allow_reuse_address = True
H A Dnegtelnetserver.py70 socketserver.TCPServer.allow_reuse_address = True
/third_party/python/Lib/xmlrpc/
H A Dserver.py580 allow_reuse_address = True variable in SimpleXMLRPCServer
/third_party/python/Lib/http/
H A Dserver.py132 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
/third_party/python/Lib/logging/
H A Dconfig.py897 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
/third_party/python/Lib/test/
H A Dtest_logging.py995 allow_reuse_address = True variable in TestTCPServer

Completed in 13 milliseconds