rustix::net::sockopt

Function get_socket_keepalive

source
pub fn get_socket_keepalive<Fd: AsFd>(fd: Fd) -> Result<bool>
Expand description

getsockopt(fd, SOL_SOCKET, SO_KEEPALIVE)

See the module-level documentation for more.