Fix documentation

pull/296/head
nielsandriesse 4 years ago
parent b53da4fa2e
commit 5a7cd392f6

@ -13,7 +13,7 @@ public enum OnionRequestAPI {
private static let pathSize: UInt = 3
/// The number of times a path can fail before it's replaced.
private static let pathFailureThreshold: UInt = 2
/// The number of times a path can fail before it's replaced.
/// The number of times a snode can fail before it's replaced.
private static let snodeFailureThreshold: UInt = 2
/// The number of paths to maintain.
public static let targetPathCount: UInt = 2

Loading…
Cancel
Save