Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Functions
server_loop.c File Reference
#include <arpa/inet.h>
#include <stdio.h>
#include "utils.h"
#include "constants.h"
#include "server_handler.h"
Include dependency graph for server_loop.c:

Go to the source code of this file.

Functions

void server_loop (server_handler_t *server)
 The server loop where communication client/server can be done.
 

Function Documentation

◆ server_loop()

void server_loop ( server_handler_t * server)

The server loop where communication client/server can be done.

Parameters
serverThe general server structure

Definition at line 67 of file server_loop.c.