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):