summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 8506ed6..4b4fb6f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -25,7 +25,8 @@
#define PORT 5003
#define PORTSTR "5003"
#define SERVER_SOCKET_TIMEOUT 30
-#define CLIENT_SOCKET_TIMEOUT 5
+#define CLIENT_SOCKET_TIMEOUT_DATA 5
+#define CLIENT_SOCKET_TIMEOUT_DISCOVERY 1
#define HB_INTERVAL 10*HZ
#define MAX_NUMBER_SERVERS 8