Function set_tcp_nodelay

Source
pub fn set_tcp_nodelay<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Available on crate feature net only.
Expand description

setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, value)

See the module-level documentation for more.