pub fn set_tcp_quickack<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Expand description

setsockopt(fd, IPPROTO_TCP, TCP_QUICKACK, value)

See the module-level documentation for more.