Searched refs:allow_reuse_address (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/ | ||
H A D | socketserver.py | 189 - 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 D | dictserver.py | 69 socketserver.TCPServer.allow_reuse_address = True |
H A D | negtelnetserver.py | 70 socketserver.TCPServer.allow_reuse_address = True |
/third_party/python/Lib/xmlrpc/ | ||
H A D | server.py | 580 allow_reuse_address = True variable in SimpleXMLRPCServer |
/third_party/python/Lib/http/ | ||
H A D | server.py | 132 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer |
/third_party/python/Lib/logging/ | ||
H A D | config.py | 897 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver |
/third_party/python/Lib/test/ | ||
H A D | test_logging.py | 995 allow_reuse_address = True variable in TestTCPServer |
Completed in 13 milliseconds