pub unsafe fn sock_shutdown(fd: Fd, how: Sdflags) -> Result<(), Errno>
Shut down socket send and receive channels. Note: This is similar to shutdown in POSIX.
shutdown
how