[Patches] [ python-Patches-982665 ] add SO_EXCLUSIVEADDRUSE constant in socketmodule.c

SourceForge.net noreply at sourceforge.net
Wed Jun 30 06:55:35 EDT 2004


Patches item #982665, was opened at 2004-06-30 10:54
Message generated for change (Comment added) made by garth42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=982665&group_id=5470

Category: Core (C code)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Garth Bushell (garth42)
Assigned to: Nobody/Anonymous (nobody)
Summary: add SO_EXCLUSIVEADDRUSE constant in socketmodule.c

Initial Comment:
SO_REUSEADDR is has different meaning on windows to
most socket implementations. It alows multiple programs
to bind to the same address/port. 

This can cause very wierd bugs if two programs are used
at the same time. (see
http://www.itamarst.org/writings/win32sockets.html)

Adding SO_EXCLUSIVEADDRUSE constant allows windows
programmers to have the same semantics as unix 



----------------------------------------------------------------------

Comment By: Garth Bushell (garth42)
Date: 2004-06-30 10:55

Message:
Logged In: YES 
user_id=45280

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file. In addition, even if you
*did* check this checkbox, a bug in SourceForge
prevents attaching a file when *creating* an issue.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=982665&group_id=5470



More information about the Patches mailing list