Explorar el Código

Changes file for monotonic time branch.

Nick Mathewson hace 8 años
padre
commit
493142d91f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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.
+