Add a TCP socket to a socket set, to be checked for available data.
Defined in SDL_net.h
set | the socket set to add a new socket to. |
sock | the socket to add to the set. |
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.