mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
This part of the code was the only part that used "cached getttimeofday" feature, which wasn't monotonic, which we updated at slight expense, and which I'd rather not maintain.
6 lines
328 B
Groff
6 lines
328 B
Groff
o Minor features (timekeeping, circuit scheduling):
|
|
- When keeping track of how busy each circuit have been recently on
|
|
a given connection, use coarse-grained monotonic timers rather than
|
|
gettimeofday(). This change should marginally increase accuracy
|
|
and performance. Implements part of ticket 25927.
|
|
|