my_teams
select_server.c File Reference
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include "protocol.h"
Include dependency graph for select_server.c:

Functions

bool select_server (p_server_t *server)
 Select the server for incoming packets. More...
 

Function Documentation

◆ select_server()

bool select_server ( p_server_t server)

Select the server for incoming packets.

Parameters
serverPointer to the server.
Returns
true on success, false on failure.
Here is the call graph for this function: