Browse Source

Changes file for monotonic time branch.

Nick Mathewson 7 years ago
parent
commit
493142d91f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      changes/monotonic

+ 6 - 0
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.
+