summaryrefslogtreecommitdiffstats
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index 4a21754..879db1c 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -10,4 +10,7 @@
#define SD_PORT_CONSOLE 3491 // Not really used, Qt just wants a bind
#define SD_PORT_CLIENT 3492 // This is where we expect announcements
+#define CLIENT_KEEPALIVE 5000 // Clients ping rate
+#define CLIENT_TIMEOUT 15000 // Timeout to check if clients are alive
+
#endif