aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMatthew Finkel <Matthew.Finkel@gmail.com>2013-10-02 02:46:24 +0000
committerMatthew Finkel <Matthew.Finkel@gmail.com>2013-10-21 17:49:33 +0000
commitb36f93a6711aa3c763d1ea0765862cd2f6939756 (patch)
tree3e26ee77484cfb521bcf2b69e9ab012553e6e53f /changes
parentb7a17de454c9c2721059393d237f3984bd5aa74f (diff)
downloadtor-b36f93a6711aa3c763d1ea0765862cd2f6939756.tar
tor-b36f93a6711aa3c763d1ea0765862cd2f6939756.tar.gz
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug98596
1 files changed, 6 insertions, 0 deletions
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.