Function procfs::net::read_tcp_table
source · pub fn read_tcp_table<R: Read>(
reader: BufReader<R>
) -> ProcResult<Vec<TcpNetEntry>>Expand description
Reads TCP socket table from the provided reader.
pub fn read_tcp_table<R: Read>(
reader: BufReader<R>
) -> ProcResult<Vec<TcpNetEntry>>Reads TCP socket table from the provided reader.