This commit is contained in:
MarcEricMartel
2023-09-28 09:15:39 -04:00
parent df52d4a084
commit 7e043eb9f8
3 changed files with 65 additions and 19 deletions

View File

@@ -8,6 +8,9 @@
#include <string>
#define MAX_CONNECTIONS 16
#define ID_LIST_SIZE 127
#define BUFFER_LENGTH 150
typedef unsigned char LogDest;
enum LOG_DEST { CONSOLE, LOGFILE, LOG_LAST };