[Python-Dev] Asyncore .set_reuse_addr() on Windows

A.M. Kuchling amk at amk.ca
Thu Aug 12 15:36:55 CEST 2004


On Tue, Aug 10, 2004 at 08:26:13AM -0500, Jeff Epler wrote:
> SO_EXCLUSIVEADDRUSE sounds like the exact opposite of SO_REUSEADDR,
> according to a page I found when trying to find out whether any other
> platform has SO_EXCLUSEIVEADDRUSE:
>     http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/using_so_exclusiveaddruse.asp

Hm; this change came from patch #982681; I'm not a Windows person
either, and just assumed the patch was correct for Winsock's
semantics.  Unless someone with Windows experience can suggest
otherwise, I'll back out this change.

--amk



More information about the Python-Dev mailing list