[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.6 Socket Sets

These functions are used to work with multiple sockets. They allow you to determine when a socket has data or a connection waiting to be processed. This is analogous to polling, or the select function.

General
3.6.1 SDLNet_AllocSocketSet  Create a new socket set
3.6.2 SDLNet_FreeSocketSet  Free a socket set
Setup
3.6.3 SDLNet_AddSocket  Add a socket to a socket set
3.6.4 SDLNet_DelSocket  Remove a socket from a socket set
Activity Checking
3.6.5 SDLNet_CheckSockets  Check and wait for sockets in a set to have activity
3.6.6 SDLNet_SocketReady  See if a socket has activity



This document was generated on November, 3 2009 using texi2html