]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
give it a changes file too
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Apr 2016 13:33:42 +0000 (09:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 May 2016 18:04:54 +0000 (14:04 -0400)
changes/timeouts [new file with mode: 0644]

diff --git a/changes/timeouts b/changes/timeouts
new file mode 100644 (file)
index 0000000..dc8f724
--- /dev/null
@@ -0,0 +1,7 @@
+  o Minor features (infrastructure):
+    - Tor now includes an improved timer backend, so that we can efficiently
+      support tens or hundreds of thousands of concurrent timers, as will be
+      needed for some of our planned anti-traffic-analysis work. This code
+      is based on William Ahern's "timeout.c" project, which implements
+      a "tickless hierarchical timing wheel". Closes ticket #18365.
+