get_sockets_info

Function get_sockets_info 

Source
pub fn get_sockets_info(
    af_flags: AddressFamilyFlags,
    proto_flags: ProtocolFlags,
) -> Result<Vec<SocketInfo>, Error>
Expand description

Retrieve sockets information as a vector. Short-circuits on any error along the way.