Syntax: int shutdown (int s, int how);
Header: NetLib - (unprototyped)
Sockets - socklib.h
UnixLib - sys/socket.h
Returns: 0 for success, EOF if failed
Perform a partial on a stream socket. This call is able to shut down either the send or received side of the socket, or both.
C definition SWI definition
|
|
|