We get this with both 1.5 and 1.6. /Magnus
-----Original Message----- From: Sai Pullabhotla [mailto:[email protected]] Sent: den 7 september 2010 15:07 To: [email protected] Subject: Re: Multiple listeners allowed on same port What version of Java is the original reporter using. If I remember it right, Java 1.5 has issues with reusing address, but 1.6 should work as expected. 1.6 should apply the reuse address to only sockets that are in close_wait status. On Tue, Sep 7, 2010 at 7:58 AM, Niklas Gustavsson <[email protected]> wrote: > On Tue, Sep 7, 2010 at 2:48 PM, <[email protected]> wrote: >> After step 3 in my list the socket isn't even in time_wait, it's completely >> gone > > That sounds very odd, are you sure you're using the correct parameters > for netstat? In this case, I think it's "netstat -a" also on Windows. > > /niklas >
