commit 493142d91f7a553b26094308ebd2694dd30c3e0e Author: Nick Mathewson nickm@torproject.org Date: Wed Jul 13 10:25:04 2016 -0400
Changes file for monotonic time branch. --- changes/monotonic | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/monotonic b/changes/monotonic new file mode 100644 index 0000000..7143f69 --- /dev/null +++ b/changes/monotonic @@ -0,0 +1,6 @@ + o Minor features (backend): + - Tor now uses the operating system's monotonic timers (where available) + for internal fine-grained timing. Previously we would look at the + system clock, and then attempt to compensate for the clock running + backwards. Closes ticket 18908. +