mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
61995d3e2c
Another bug 8145 fix.
11 lines
492 B
Plaintext
11 lines
492 B
Plaintext
o Major bugfixes (security, directory authority):
|
|
- When computing directory thresholds, ignore any rejected-as-sybil
|
|
nodes during the computation so that they can't influence Fast,
|
|
Guard, etc. Fixes bug 8146.
|
|
|
|
- When computing thresholds for flags, never let the threshold for
|
|
the Fast flag to 4096 bytes. Fixes bug 8145.
|
|
- Do not consider nodes with extremely low bandwidths when deciding
|
|
thresholds for various directory flags. Another fix for 8145.
|
|
|