mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Previously were using this value to have a cheap highish-resolution timer. But we were only using it in one place, and current dogma is to use monotime_coarse_t for this kind of thing.
5 lines
238 B
Groff
5 lines
238 B
Groff
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.
|
|
|