Function rustix::net::sockopt::get_tcp_cork

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

getsockopt(fd, IPPROTO_TCP, TCP_CORK)

See the module-level documentation for more.