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.
pub fn get_tcp_congestion<Fd: AsFd>(fd: Fd) -> Result<String>
net
only.getsockopt(fd, IPPROTO_TCP, TCP_CONGESTION)
See the module-level documentation for more.