bug25373 425 B

1234567
  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.