dirauth: Move authdir_mode_v3() to module
[tor.git] / changes / bug25373
blob03e870e692eb4652191fcc54be4455dec765d487
1   o Major features (main loop, CPU wakeup):
2     - The bandwidth-limitation logic has been refactored so that
3       bandwidth calculations are performed on-demand, rather than
4       every TokenBucketRefillInterval milliseconds.
5       This change should improve the granularity of our bandwidth
6       calculations, and limit the number of times that the Tor process needs
7       to wake up when it is idle. Closes ticket 25373.