Quellcode durchsuchen

Changes file for monotonic time branch.

Nick Mathewson vor 7 Jahren
Ursprung
Commit
493142d91f
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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.
+