Socket_Close - close()
In: R0 = Socket descriptor
Out: R0 corrupted
Close a socket, freeing the descriptor for reuse. For stream sockets, this is roughly equivalent to calling Socket_Shutdown with a type code of 2, whilst for datagram sockets this call immediately deletes the socket.
|
|
|