Function rustix::net::sockopt::get_tcp_nodelay

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

getsockopt(fd, IPPROTO_TCP, TCP_NODELAY)

See the module-level documentation for more.