mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b36f93a671
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.
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
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.
|