Socket_Shutdown - shutdown()
In: R0 = Socket descriptor
R1 = Direction of shutdown
Out: R0 corrupted
Perform a half close on a stream socket. This call is able to shut down either the send or received side of the socket, or both. The direction parameter is either 0 to shut down the receive side, 1 to shut down the send side, or 2 to shut down both sides of the socket.
|
|
|