#ifndef EXAMPLE_H #define EXAMPLE_H #define SERVER_PORT 2999 #define SERVER_MSG "Got it! Server is Alive!" #define CLIENT_MSG "Hello World! Client is Alive!" #define MAXPENDING 5 #define BUFF_SIZE 128 #endif