summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-12-16 16:24:29 -0500
committerirungentoo <irungentoo@gmail.com>2015-12-16 16:24:29 -0500
commit09aa7884c8463a798dbb07d80e0fb2aa22dd2518 (patch)
tree2d2876f66b2044026b8dea63f013de8bd87597a2
parent97ba2f7640cc14e2cda3d38dda470e5940327958 (diff)
Slightly increase ping timeout.
-rw-r--r--toxcore/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 048bfcf4..c213da42 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -38,7 +38,7 @@
38#define MAX_SENT_NODES 4 38#define MAX_SENT_NODES 4
39 39
40/* Ping timeout in seconds */ 40/* Ping timeout in seconds */
41#define PING_TIMEOUT 3 41#define PING_TIMEOUT 5
42 42
43/* size of DHT ping arrays. */ 43/* size of DHT ping arrays. */
44#define DHT_PING_ARRAY_SIZE 512 44#define DHT_PING_ARRAY_SIZE 512