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

Functions

p_server_tserver_socket (const int port)
 Create a socket for the server. More...
 

Function Documentation

◆ server_socket()

p_server_t* server_socket ( int  port)

Create a socket for the server.

Parameters
portPort number to bind the server.
Here is the call graph for this function: