mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user