Function get_tcp_congestion

Source
pub fn get_tcp_congestion<Fd: AsFd>(fd: Fd) -> Result<String>
Available on crate feature net only.
Expand description

getsockopt(fd, IPPROTO_TCP, TCP_CONGESTION)

See the module-level documentation for more.