pub fn socket_acceptconn<Fd: AsFd>(fd: Fd) -> Result<bool>
Expand description
getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN)
See the module-level documentation for more.
pub fn socket_acceptconn<Fd: AsFd>(fd: Fd) -> Result<bool>
getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN)
See the module-level documentation for more.