mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
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.
|
||
|
|