summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-12-16 16:42:12 -0500
committerirungentoo <irungentoo@gmail.com>2015-12-16 16:42:12 -0500
commitd6b4761c2f075432b517bbe81f819214f96f8849 (patch)
tree4798d50d48224de798a6c5aeb849f340991fb86f
parent09aa7884c8463a798dbb07d80e0fb2aa22dd2518 (diff)
This is still useful.
-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 *