]> granicus.if.org Git - python/commit
Add class variable allow_reuse_address in TCPServer -- if nonzero, the
authorGuido van Rossum <guido@python.org>
Tue, 9 May 2000 14:53:29 +0000 (14:53 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 May 2000 14:53:29 +0000 (14:53 +0000)
commite3c7a5fbf5b737666a3e1f58f0677ec93e4de032
tree2a81a0e90f06f3b300fb14adf2400b9163e90ed2
parentfd4114e7b8d7c81931b488aa11157261c2958b71
Add class variable allow_reuse_address in TCPServer -- if nonzero, the
server_bind() method calls setsockopt(SOL_SOCKET, SO_REUSEADDR, 1).
Lib/SocketServer.py