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

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

Shut down part of a full-duplex connection.

Further reading