Re: Bug: svnserve fail to detect it is already running
From: Peter Samuelson <peter_at_p12n.org>
Date: Fri, 9 Jul 2010 09:36:05 -0500
[Stefan Sperling]
And yet ... http://msdn.microsoft.com/en-us/library/ms740621%28VS.85%29.aspx
Once the second socket has successfully bound, the behavior for all
From that article, it appears SO_REUSEADDR means something rather
Likewise, an "active" TCP port is a port that is currently in one
So here's how I interpret the situation:
Windows Unix Meaning
SO_EXCLUSIVEADDR default Cannot reuse a socket until both
SO_REUSEADDR not possible Unsafe!
Of course what we want is the first case.
-- Peter Samuelson | org-tld!p12n!peter | http://p12n.org/Received on 2010-07-09 16:37:40 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.