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.
This commit is contained in:
Matthew Finkel
2013-10-02 02:46:24 +00:00
parent b7a17de454
commit b36f93a671
4 changed files with 35 additions and 1 deletions
+6
View File
@@ -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.