Function rustix::backend::net::sockopt::set_tcp_nodelay

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