Enables or disables broadcasting for this socket.
impl Socket { fn set_broadcast(&self, val: bool) -> Result<(), Errno> }
Whether whether broadcasting is enabled.
socket(7) and SO_BROADCAST therein
lrs::socket::Socket::is_broadcast