bug7157 844 B

123456789101112131415
  1. o Minor features:
  2. - Alter the Path Bias log messages to be more descriptive in terms
  3. of reporting timeouts and other statistics.
  4. - Create three levels of Path Bias log messages, as opposed to just
  5. two. These are configurable via consensus as well as via torrc
  6. options PathBiasNoticeRate, PathBiasWarnRate, PathBiasExtremeRate.
  7. The default values are 0.70, 0.50, and 0.30 respectively.
  8. - Separate the log message levels from the decision to drop guards,
  9. which also is available via torrc option PathBiasDropGuards.
  10. PathBiasDropGuards defaults to 0 (off).
  11. - Deprecate PathBiasDisableRate in favor of PathBiasDropGuards
  12. in combination with PathBiasExtremeRate.
  13. - Increase the default values for PathBiasScaleThreshold and
  14. PathBiasCircThreshold from 200 and 20 to 300 and 150, respectively.