pub fn iter_sockets_without_processes(
af_flags: AddressFamilyFlags,
proto_flags: ProtocolFlags,
) -> Result<impl Iterator<Item = Result<SocketInfo, Error>>, Error>Expand description
Iterates over socket information based on the specified address family and protocol flags.
without process info.