Function get_socket_broadcast

Source
pub fn get_socket_broadcast<Fd: AsFd>(fd: Fd) -> Result<bool>
Available on crate feature net only.
Expand description

getsockopt(fd, SOL_SOCKET, SO_BROADCAST)

See the module-level documentation for more.