Function nix::sys::socket::shutdown[][src]

pub fn shutdown(df: RawFd, how: Shutdown) -> Result<()>

Shut down part of a full-duplex connection.

Further reading