IRC SERVER
The goal of this project is to make you write your own IRC server.
config.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAX_CONNECTIONS   300
 
#define MAX_BUFFER_SIZE   512
 
#define MAX_CHANNELS   5
 
#define SERVER_NAME   "42irc-server"
 
#define MAX_ATTEMPTS   5
 
#define SERVER_VERSION   "0.0.1"
 
#define MAX_CLIENTS_PER_CHANNEL   255
 

Enumerations

enum  ClientStatus { ALIVE, DISCONNECTED }
 

Macro Definition Documentation

◆ MAX_ATTEMPTS

#define MAX_ATTEMPTS   5

◆ MAX_BUFFER_SIZE

#define MAX_BUFFER_SIZE   512

◆ MAX_CHANNELS

#define MAX_CHANNELS   5

◆ MAX_CLIENTS_PER_CHANNEL

#define MAX_CLIENTS_PER_CHANNEL   255

◆ MAX_CONNECTIONS

#define MAX_CONNECTIONS   300

◆ SERVER_NAME

#define SERVER_NAME   "42irc-server"

◆ SERVER_VERSION

#define SERVER_VERSION   "0.0.1"

Enumeration Type Documentation

◆ ClientStatus

Enumerator
ALIVE 
DISCONNECTED