pub fn get_tcp_nodelay<Fd: AsFd>(fd: &Fd) -> Result<bool>
Expand description

getsockopt(fd, IPPROTO_TCP, TCP_NODELAY)

References