Function procfs::net::read_tcp_table [−][src]
pub fn read_tcp_table<R: Read>(
reader: BufReader<R>
) -> ProcResult<Vec<TcpNetEntry>>
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
.