[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
void SDLNet_TCP_Close(TCPsocket sock)
This shutsdown, disconnects, and closes the TCPsocket sock.
After this, you can be assured that this socket is not in use anymore.
You can reuse the sock variable after this to open a new connection with SDLNet_TCP_Open.
Do not try to use any other functions on a closed socket, as it is now invalid.
Returns: nothing, this always succeeds for all we need to know.
|
See Also:
3.3.1 SDLNet_TCP_Open,
4.2 TCPsocket