devela::_dep::rustix::net::sockopt

Function get_tcp_congestion

pub fn get_tcp_congestion<Fd>(fd: Fd) -> Result<String, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

getsockopt(fd, IPPROTO_TCP, TCP_CONGESTION)

See the module-level documentation for more.