1863_bwhist 774 B

12345678910111213141516
  1. o Minor features
  2. - Servers now save observed maximum bandwidth throughput rates
  3. to their state file (along with total usage, which was already
  4. saved) so that they can determine their correct estimated
  5. bandwidth on restart. Resolves bug 1863, where Tor servers
  6. would reset their estimated bandwidth to 0 after restarting.
  7. o Minor bugfixes
  8. - Fix a bug in banwidth history state parsing that could have been
  9. triggered if a future version of Tor ever changed the timing
  10. granularity at which bandwidth history is measured. Bugfix on
  11. Tor 0.1.1.11-alpha.
  12. - Correctly clear out dir_read/dir_write history when there is an
  13. error parsing any bw history value from the state file. Bugfix on
  14. Tor 0.2.2.15-alpha.