summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-27 18:48:24 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-27 18:48:24 -0400
commit1e44edaf8f776d5fa887741e83bf2336a5c5cc98 (patch)
tree9fcecdf58552a6177680e80ab8ce83899e38316f
parent6c71bb7e64c557d13e7eea4102f1e0bb41ec172f (diff)
Increasing max number of onion paths might increase initial connection
speed.
-rw-r--r--toxcore/onion_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h
index 3143f93a..483038e8 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -36,7 +36,7 @@
36#define ONION_FAKEID_INTERVAL 30 36#define ONION_FAKEID_INTERVAL 30
37#define DHT_FAKEID_INTERVAL 20 37#define DHT_FAKEID_INTERVAL 20
38 38
39#define NUMBER_ONION_PATHS 3 39#define NUMBER_ONION_PATHS 6
40 40
41/* The timeout the first time the path is added and 41/* The timeout the first time the path is added and
42 then for all the next consecutive times */ 42 then for all the next consecutive times */