aboutsummaryrefslogtreecommitdiff
path: root/guard-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-10-13 17:09:36 -0400
committerNick Mathewson <nickm@torproject.org>2021-10-13 17:09:36 -0400
commit1c9b4235101582e4c9c9233ed4491c6c71f22439 (patch)
treeec30267c64590327bbe419b2f91b498e825739d6 /guard-spec.txt
parenta96f2f70cabb17867f8de72be5db3fc09013e6ac (diff)
downloadtorspec-1c9b4235101582e4c9c9233ed4491c6c71f22439.tar.gz
torspec-1c9b4235101582e4c9c9233ed4491c6c71f22439.zip
guard-spec: adjust retry schedule to match Tor's behavior.
Diffstat (limited to 'guard-spec.txt')
-rw-r--r--guard-spec.txt14
1 files 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