summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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