If we want to broadcast information from a socket, we need to enable SocketOptions.SO_BROADCAST. However, I don\'t understand why that is necessary.
SocketOptions.SO_BROADCAST
My
In most cases these calls just call the same thing in the OS. This is likely to be a restriction of your OS, not Java.