summaryrefslogtreecommitdiffstats
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index 879db1c..1f058a9 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -12,5 +12,7 @@
#define CLIENT_KEEPALIVE 5000 // Clients ping rate
#define CLIENT_TIMEOUT 15000 // Timeout to check if clients are alive
+#define SERVER_KEEPALIVE 5000 // Server check rate
+#define SERVER_TIMEOUT 15000 // Timeout to check if server is alive
#endif