Fix a compile warning on OS X 10.6
[tor.git] / changes / 1863_bwhist
blobb94250906b2f29f6ada2570a50553c56fcf32a70
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.
8   o Minor bugfixes
9     - Fix a bug in banwidth history state parsing that could have been
10       triggered if a future version of Tor ever changed the timing
11       granularity at which bandwidth history is measured.  Bugfix on
12       Tor 0.1.1.11-alpha.
13     - Correctly clear out dir_read/dir_write history when there is an
14       error parsing any bw history value from the state file. Bugfix on
15       Tor 0.2.2.15-alpha.