Function rustix::backend::net::sockopt::set_tcp_cork

source ยท
pub(crate) fn set_tcp_cork(fd: BorrowedFd<'_>, value: bool) -> Result<()>