Function procfs::net::read_tcp_table[][src]

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

Reads TCP socket table from the provided reader.