rustix::backend::net::sockopt

Function set_tcp_cork

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