mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
021fdd39e4
This lets us have a coarse-time implementation with reasonable performance characteristics on OSX and iOS. Implements 24427.
6 lines
315 B
Plaintext
6 lines
315 B
Plaintext
o Minor features (OSX, iOS, performance):
|
|
- Use the mach_approximate_time() function (when available) to
|
|
implement coarse monotonic time. Having a coarse time function
|
|
should avoid a large number of system calls, and improve
|
|
performance slightly, especially under load. Closes ticket 24427.
|