Function get_socket_keepalive
pub fn get_socket_keepalive<Fd>(fd: Fd) -> Result<bool, Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
getsockopt(fd, SOL_SOCKET, SO_KEEPALIVE)
See the module-level documentation for more.