Remove a TCP socket from a socket set.
Defined in <SDL_net.h>
int SDLNet_TCP_DelSocket(SDLNet_SocketSet set, TCPsocket sock); SDL_FORCE_INLINE
SDLNet_SocketSet | set | the socket set to remove a socket from. |
TCPsocket | sock | the socket to remove from the set. |
(int) Returns the total number of sockets contained in the set (after sock
's removal), or -1 if sock
was not in the set.
This is a small TCP-specific wrapper over SDLNet_DelSocket; please refer to that function's documentation.
This function is available since SDL_net 2.0.0.