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
"Socket semantics require that an application set the SO_BROADCAST option on before attempting to send a datagram to a base or broadcast address. This protects the application from accidentally sending a datagram to many systems."
Source