mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5e395ba2c2
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.
7 lines
328 B
Groff
7 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.
|
|
|