Function rustix::net::sockopt::set_tcp_cork

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

setsockopt(fd, IPPROTO_TCP, TCP_CORK, value)

See the module-level documentation for more.