From 493142d91f7a553b26094308ebd2694dd30c3e0e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 13 Jul 2016 10:25:04 -0400 Subject: [PATCH] Changes file for monotonic time branch. --- changes/monotonic | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/monotonic diff --git a/changes/monotonic b/changes/monotonic new file mode 100644 index 0000000000..7143f69b89 --- /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. +