aboutsummaryrefslogtreecommitdiff
path: root/spec/guard-spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-13 18:15:32 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-13 18:15:32 -0400
commitd4b9bcc71565e1c3b7b74ddfcd44730697c10c6b (patch)
tree57ce1c73a1e4f859908731085f346e011fd1b453 /spec/guard-spec
parent7a370ea5302b7c36eb8586fbda603419fb74ec2e (diff)
downloadtorspec-d4b9bcc71565e1c3b7b74ddfcd44730697c10c6b.tar.gz
torspec-d4b9bcc71565e1c3b7b74ddfcd44730697c10c6b.zip
Several more warnings from markdownlint.
Diffstat (limited to 'spec/guard-spec')
-rw-r--r--spec/guard-spec/algorithm.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/spec/guard-spec/algorithm.md b/spec/guard-spec/algorithm.md
index e1d4374..5e30782 100644
--- a/spec/guard-spec/algorithm.md
+++ b/spec/guard-spec/algorithm.md
@@ -541,21 +541,21 @@ these rules:
1. Primary guards are always usable.
2. Non-primary guards are usable _for a given circuit_ if every
-guard earlier in the preference list is either unsuitable for
-that circuit (e.g. because of family restrictions), or marked as
-Unreachable, or has been pending for at least
-`{NONPRIMARY_GUARD_CONNECT_TIMEOUT}`.
+ guard earlier in the preference list is either unsuitable for
+ that circuit (e.g. because of family restrictions), or marked as
+ Unreachable, or has been pending for at least
+ `{NONPRIMARY_GUARD_CONNECT_TIMEOUT}`.
-Non-primary guards are not usable _for a given circuit_ if some
-guard earlier in the preference list is suitable for the circuit
-_and_ Reachable.
+ Non-primary guards are not usable _for a given circuit_ if some
+ guard earlier in the preference list is suitable for the circuit
+ _and_ Reachable.
-Non-primary guards are unusable if they have not become
-usable after `{NONPRIMARY_GUARD_IDLE_TIMEOUT}` seconds.
+ Non-primary guards are unusable if they have not become
+ usable after `{NONPRIMARY_GUARD_IDLE_TIMEOUT}` seconds.
3. If a circuit's guard is not usable or unusable immediately, the
-circuit is not discarded; instead, it is kept (but not used) until the
-guard becomes usable or unusable.
+ circuit is not discarded; instead, it is kept (but not used) until the
+ guard becomes usable or unusable.
<a id="guard-spec.txt-4.10"></a>