Network component class. Starting place for all net activity in ClanLib.
Description
Class members
static void find_games_broadcast(
CL_String game_id,
int port)
static void find_game_at(
CL_String game_id,
const char *host_address,
int port)
static bool peek_game_found()
static CL_NetGame *receive_game_found(int timeout_millis)
static void clear_games_found()
static CL_NetGame *create_game(
CL_String game_id,
int port)
See Also
None
Back to index
|