aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2024-10-20 19:40:09 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-20 19:40:09 +0200
commit78d08dee34766270deab7263a9cdbb46143f5eb5 (patch)
treef96543bf338941c20aaa761428a231db6fcd36b8 /config.h
parent02fd00d073f9628b7b8a44f3fbc35ffa6494b2b0 (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"