From eddbe86d69fc94b53f42663dfcc63ac98b47cd17 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Thu, 6 Apr 2023 11:58:34 -0400 Subject: [PATCH] ames: fix syntax error --- pkg/arvo/sys/vane/ames.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arvo/sys/vane/ames.hoon b/pkg/arvo/sys/vane/ames.hoon index 5fc7e0e56..4f989eb20 100644 --- a/pkg/arvo/sys/vane/ames.hoon +++ b/pkg/arvo/sys/vane/ames.hoon @@ -3315,7 +3315,7 @@ ++ clamp-rto |= rto=@dr ^+ rto - (min max-backoff (max ^~((div ~s1 5) rto))) + (min max-backoff (max ^~((div ~s1 5)) rto)) :: +max-backoff: calculate highest re-send interval :: :: Keeps pinhole to sponsors open by inspecting the duct (hack).