From d33023917425f4b644e6beb325090fc73af54c8b Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Wed, 27 May 2020 16:48:41 +1000 Subject: [PATCH] Increase number of hops to 3 --- .../src/Loki/API/Onion Requests/OnionRequestAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift b/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift index 0e38df505..b403f0081 100644 --- a/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift +++ b/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift @@ -16,7 +16,7 @@ public enum OnionRequestAPI { // MARK: Settings private static let pathCount: UInt = 2 /// The number of snodes (including the guard snode) in a path. - private static let pathSize: UInt = 1 + private static let pathSize: UInt = 3 private static var guardSnodeCount: UInt { return pathCount } // One per path