commit 01ab7bd92502bbf8c3725a15de538757b3b6bc76 Author: Nick Mathewson nickm@torproject.org Date: Wed Oct 13 17:02:26 2021 -0400
Clarify guard-spec: Define "sample order". --- guard-spec.txt | 4 ++-- 1 file 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}.
tor-commits@lists.torproject.org