Add a TCP socket to a socket set, to be checked for available data.
Defined in <SDL_net.h>
int SDLNet_TCP_AddSocket(SDLNet_SocketSet set, TCPsocket sock); SDL_FORCE_INLINE
SDLNet_SocketSet | set | the socket set to add a new socket to. |
TCPsocket | sock | the socket to add to the set. |
(int) Returns the total number of sockets contained in the set (including this new one), or -1 if the set is already full.
This is a small TCP-specific wrapper over SDLNet_AddSocket; please refer to that function's documentation.
This function is available since SDL_net 2.0.0.