From 1e44edaf8f776d5fa887741e83bf2336a5c5cc98 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 27 Sep 2014 18:48:24 -0400 Subject: Increasing max number of onion paths might increase initial connection speed. --- toxcore/onion_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #define ONION_FAKEID_INTERVAL 30 #define DHT_FAKEID_INTERVAL 20 -#define NUMBER_ONION_PATHS 3 +#define NUMBER_ONION_PATHS 6 /* The timeout the first time the path is added and then for all the next consecutive times */ -- cgit v1.2.3