Retrieves whether this socket allows broadcasting.
impl Socket { fn is_broadcast(&self) -> Result<bool, Errno> }
Returns whether this socket allows broadcasting.
socket(7) and SO_BROADCAST therein
lrs::socket::Socket::set_broadcast