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

Functions

bool server_bind (p_server_t *server)
 Bind the server to the given port. More...
 

Function Documentation

◆ server_bind()

bool server_bind ( p_server_t server)

Bind the server to the given port.

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