While a ServeSocket is already boundd on a port A second server can binded to
that same port and preempt the fisrt one.
the REUSEADDR option should only authorise bind to a port only the underlying
socket is in ***_WAIT state. Not when this addr/port is already bound by a running server.
that same port and preempt the fisrt one.
the REUSEADDR option should only authorise bind to a port only the underlying
socket is in ***_WAIT state. Not when this addr/port is already bound by a running server.
- relates to
-
JDK-4396541 multiple VMs incorrectly allowed to listen on same TCP port on NT
- Resolved