Socket.bind() must fail when another socket already use same port.
Socket.bind() does not throw BindException when another socket already use same port.
Removed SO_REUSEADDR from setsockopt().
Socket.bind() does not throw BindException when another socket already use same port.