Changes file for monotonic time branch.

This commit is contained in:
Nick Mathewson
2016-07-13 10:25:04 -04:00
parent abcb8ce25d
commit 493142d91f
+6
View File
@@ -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.