iter_sockets_with_cache

Function iter_sockets_with_cache 

Source
pub fn iter_sockets_with_cache(
    af_flags: AddressFamilyFlags,
    proto_flags: ProtocolFlags,
    cache: ProcessCache,
) -> Result<impl Iterator<Item = Result<SocketInfo, Error>>, Error>