rustix::backend::net::sockopt

Function set_tcp_nodelay

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