#ifndef CONFIG_HPP #define CONFIG_HPP #include using namespace std; //#define DATA_DIR string("/home/fromentin/data/") //string("/workdir/lmpa/jfromentin/") #define SERVER_IP "127.0.0.1" //"10.1.0.104" //"192.168.1.3" //Orval 04 #define SERVER_PORT 55556 #define MAX_MSG_SIZE 1024 #define MAX_CLIENTS 2048 #define MAX_WORKERS 2048 #define MAX_GENUS 60 #endif