Merge branch 'monotonic_v2_squashed'

This commit is contained in:
Nick Mathewson
2016-07-19 11:42:26 +02:00
16 changed files with 856 additions and 170 deletions
+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.