Function set_tcp_quickack
pub fn set_tcp_quickack<Fd>(fd: Fd, value: bool) -> Result<(), Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
setsockopt(fd, IPPROTO_TCP, TCP_QUICKACK, value)
See the module-level documentation for more.