From b36f93a6711aa3c763d1ea0765862cd2f6939756 Mon Sep 17 00:00:00 2001 From: Matthew Finkel Date: Wed, 2 Oct 2013 02:46:24 +0000 Subject: A Bridge Authority should compute flag thresholds As a bridge authority, before we create our networkstatus document, we should compute the thresholds needed for the various status flags assigned to each bridge based on the status of all other bridges. We then add these thresholds to the networkstatus document for easy access. Fixes for #1117 and #9859. --- changes/bug9859 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug9859 (limited to 'changes') diff --git a/changes/bug9859 b/changes/bug9859 new file mode 100644 index 000000000..54ca30e6f --- /dev/null +++ b/changes/bug9859 @@ -0,0 +1,6 @@ + o Minor Feature + + - Assign status flags to bridges based on thresholds calculated + over all bridges. Fixes bug 9859. + - Add threshold cutoffs to the networkstatus document created by + the Bridge Authority. Fixes bug 1117. -- cgit v1.2.3