aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-20 19:40:09 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-20 19:40:09 +0200
commit4fe82b42b6f6fb1a69da2fb2823831e6b3eaa036 (patch)
treef96543bf338941c20aaa761428a231db6fcd36b8 /config.h
parentff0aae89238f4d60267def24476e8b9f4cb596cf (diff)
Added mvp implementations of the server and client for testing
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 626ccad..0000000
--- a/config.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#define PORT 9983
-// max size for a message sent
-#define BUF_MAX 255
-// max length of messages
-#define MSG_MAX 256
-// max length of author field
-#define MSG_AUTHOR_LEN 12
-// max length of timestamp field
-#define MSG_TIMESTAMP_LEN 9
-// current user's name
-#define USERNAME "Jef Koek"