[tor-commits] [torspec/main] guard-spec: adjust retry schedule to match Tor's behavior.

nickm at torproject.org nickm at torproject.org
Wed Oct 13 21:09:39 UTC 2021


commit 1c9b4235101582e4c9c9233ed4491c6c71f22439
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 13 17:09:36 2021 -0400

    guard-spec: adjust retry schedule to match Tor's behavior.
---
 guard-spec.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/guard-spec.txt b/guard-spec.txt
index 267ad1c..e0f61d1 100644
--- a/guard-spec.txt
+++ b/guard-spec.txt
@@ -719,15 +719,15 @@ A.1.  Parameters with suggested values. [Section:PARAM_VALS]
    {param:N_PRIMARY_GUARDS} -- 3
 
    {param:PRIMARY_GUARDS_RETRY_SCHED}
-      -- every 30 minutes for the first 6 hours.
-      -- every 2 hours for the next 3.75 days.
-      -- every 4 hours for the next 3 days.
+      -- every 10 minutes for the first six hours,
+      -- every 90 minutes for the next 90 hours,
+      -- every 4 hours for the next 3 days,
       -- every 9 hours thereafter.
 
-   {param:GUARDS_RETRY_SCHED} -- 1 hour
-      -- every hour for the first 6 hours.
-      -- every 4 hours for the next 3.75 days.
-      -- every 18 hours for the next 3 days.
+   {param:GUARDS_RETRY_SCHED} --
+      -- every hour for the first six hours,
+      -- every 4 hours for the 90 hours,
+      -- every 18 hours for the next 3 days,
       -- every 36 hours thereafter.
 
    {param:INTERNET_LIKELY_DOWN_INTERVAL} -- 10 minutes



More information about the tor-commits mailing list