mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'github/eliminate_gettimeofday_cached'
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
o Code simplification and refactoring:
|
||||
- Remove our previous logic for "cached gettimeofday()" -- our coarse
|
||||
monotonic timers are fast enough for this purpose, and far less
|
||||
error-prone. Implements part of ticket 25927.
|
||||
|
||||
Reference in New Issue
Block a user