bug8146_etc 675 B

12345678910111213
  1. o Major bugfixes (security, directory authority):
  2. - When computing directory thresholds, ignore any rejected-as-sybil
  3. nodes during the computation so that they can't influence Fast,
  4. Guard, etc. Fixes bug 8146.
  5. - When computing thresholds for flags, never let the threshold for
  6. the Fast flag to 4096 bytes. Fixes bug 8145.
  7. - Do not consider nodes with extremely low bandwidths when deciding
  8. thresholds for various directory flags. Another fix for 8145.
  9. - When marking a node as a likely sybil, reset its uptime metrics
  10. to zero, so that it cannot time towards getting marked as Guard,
  11. Stable, or HSDir. Fix for bug 8147.