setReuseAddress(true) is now a hint that SO_REUSEADDR should be
enabled on the socket and not a guarantee that the socket option
is set. This should be clarified in the specification to avoid
code that tests getReuseAddress() and checks if it is true.