summaryrefslogtreecommitdiffstats
path: root/src/setup.h
diff options
context:
space:
mode:
authorJohann Latocha2011-06-02 00:29:37 +0200
committerJohann Latocha2011-06-02 00:29:37 +0200
commite001d2a05ac722611fcd19e7678f96cc22156cb9 (patch)
tree82bfd9dc3f312fb4b0335ef2011365d4c39be0c3 /src/setup.h
parentEnhancement #821 (diff)
downloadpvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.tar.gz
pvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.tar.xz
pvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.zip
Defect #819
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