my_teams
|
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "protocol.h"
Functions | |
p_payload_t * | p_client_listen (p_client_t *client) |
Listen for incoming packets on the client. More... | |
p_payload_t* p_client_listen | ( | p_client_t * | client | ) |
Listen for incoming packets on the client.
client | Pointer to the client. |