pub fn tcp_congestion<Fd: AsFd>(fd: Fd) -> Result<String>
Available on crate features
net
and alloc
only.Expand description
getsockopt(fd, IPPROTO_TCP, TCP_CONGESTION)
See the module-level documentation for more.
pub fn tcp_congestion<Fd: AsFd>(fd: Fd) -> Result<String>
net
and alloc
only.getsockopt(fd, IPPROTO_TCP, TCP_CONGESTION)
See the module-level documentation for more.