From 6ac393bbcd07deacb34667368e61c3c8e11ed736 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 4 Sep 2024 19:33:04 +0200 Subject: [PATCH] Updated ratchet count --- RNS/Destination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Destination.py b/RNS/Destination.py index 7c05121..b7d510a 100755 --- a/RNS/Destination.py +++ b/RNS/Destination.py @@ -72,7 +72,7 @@ class Destination: directions = [IN, OUT] PR_TAG_WINDOW = 30 - RATCHET_COUNT = 256 + RATCHET_COUNT = 512 @staticmethod def expand_name(identity, app_name, *aspects):