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 >
