Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
windows xp
Description
see this thread:
http://www.mail-archive.com/ftpserver-users@mina.apache.org/msg00749.html
I start up a ftp server in my unit tests. But I want to make sure
there is only one instance running on a port, starting a second server
on the same port should fail (throw an exception).
Right now the second server starts up without errors but making a
connection to the port used gives me the first server...
=quote=
Windows has a weird (or wrong)
treatment of SO_REUSEADDR. You can read more about it here:
http://msdn.microsoft.com/en-us/library/ms740621(VS.85).aspx
This has been discussed here before, but with no good resolution. One
possibility is that we could make our use of SO_REUSEADDR
configurable.