On 11/28/2013 5:38 AM, Rajan Halade wrote: > On 11/27/2013 13:07, Bradford Wetmore wrote: >> Where did this workaround suggestion come from? > Refer to JDK-6978415, it has possible workaround listed. The spec of ServerSocket.setReuseAddress() says, "When a ServerSocket is created the initial setting of SO_REUSEADDR is not defined." I think it's nice to explicitly set the value in case of address reuse when using automatically allocated server port.
Xuelei