Function nix::sys::socket::shutdown

source ·
pub fn shutdown(df: RawFd, how: Shutdown) -> Result<()>
Expand description

Shut down part of a full-duplex connection.

Further reading