Function rustix::net::sockopt::get_tcp_quickack

source ยท
pub fn get_tcp_quickack<Fd: AsFd>(fd: Fd) -> Result<bool>
Expand description

getsockopt(fd, IPPROTO_TCP, TCP_QUICKACK)

See the module-level documentation for more.