]> granicus.if.org Git - python/commit
Set the SO_REUSEADDR socket option in the server thread -- this seems
authorGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 00:42:13 +0000 (00:42 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 00:42:13 +0000 (00:42 +0000)
commitf3ee46b82a8dd253b60179f004d9db9b145df2e6
tree6b1f3500d69ab6e31c8356167901e0190076d877
parent3fee30407ef6abdc63a227e7a4870dfe712776f4
Set the SO_REUSEADDR socket option in the server thread -- this seems
needed on some platforms (e.g. Solaris 8) when the test is run twice
in quick succession.
Lib/test/test_asynchat.py