summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/DHT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.c b/toxcore/DHT.c
index c4d1aa4c..a4b1c4b3 100644
--- a/toxcore/DHT.c
+++ b/toxcore/DHT.c
@@ -63,7 +63,7 @@
63#define NAT_PING_RESPONSE 1 63#define NAT_PING_RESPONSE 1
64 64
65/* Number of get node requests to send to quickly find close nodes. */ 65/* Number of get node requests to send to quickly find close nodes. */
66#define MAX_BOOTSTRAP_TIMES 0 66#define MAX_BOOTSTRAP_TIMES 5
67 67
68/* Compares pk1 and pk2 with pk. 68/* Compares pk1 and pk2 with pk.
69 * 69 *