Function procfs::net::read_udp_table[][src]

pub fn read_udp_table<R: Read>(
    reader: BufReader<R>
) -> ProcResult<Vec<UdpNetEntry>>
Expand description

Reads UDP socket table from the provided reader.