aboutsummaryrefslogtreecommitdiff
path: root/guard-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-10-13 17:02:26 -0400
committerNick Mathewson <nickm@torproject.org>2021-10-13 17:02:26 -0400
commit01ab7bd92502bbf8c3725a15de538757b3b6bc76 (patch)
tree84bea677d31b0d46522bc1f8d60f7a141d082779 /guard-spec.txt
parentecd41d465a5239a82e06ff88e4c03c2cbc99f2ec (diff)
downloadtorspec-01ab7bd92502bbf8c3725a15de538757b3b6bc76.tar.gz
torspec-01ab7bd92502bbf8c3725a15de538757b3b6bc76.zip
Clarify guard-spec: Define "sample order".
Diffstat (limited to 'guard-spec.txt')
-rw-r--r--guard-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/guard-spec.txt b/guard-spec.txt
index 883c2bf..32c4faf 100644
--- a/guard-spec.txt
+++ b/guard-spec.txt
@@ -421,8 +421,8 @@ Table of Contents
{CONFIRMED_GUARDS} and {FILTERED_GUARDS}, and take the first
{N_PRIMARY_GUARDS} elements. If there are fewer than
{N_PRIMARY_GUARDS} elements, append additional elements to
- PRIMARY_GUARDS chosen from ({FILTERED_GUARDS} - {CONFIRMED_GUARDS}) in
- sample order.
+ PRIMARY_GUARDS chosen from ({FILTERED_GUARDS} - {CONFIRMED_GUARDS}),
+ ordered in "sample order" (that is, by {ADDED_ON_DATE}).
Once an element has been added to {PRIMARY_GUARDS}, we do not remove it
until it is replaced by some element from {CONFIRMED_GUARDS}.