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

SourceForge.net noreply at sourceforge.net
Sat Jul 10 16:18:47 CEST 2004


Patches item #982665, was opened at 2004-06-30 06:54
Message generated for change (Comment added) made by akuchling
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: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Garth Bushell (garth42)
>Assigned to: A.M. Kuchling (akuchling)
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: A.M. Kuchling (akuchling)
Date: 2004-07-10 10:18

Message:
Logged In: YES 
user_id=11375

Seems reasonable; checked into CVS HEAD.  Thanks!


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

Comment By: Garth Bushell (garth42)
Date: 2004-06-30 06: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