summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-04-15 09:33:42 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-09 14:04:54 -0400
commit0a2f59aaa640d45e9b321cdfd33496ec68c7cc0a (patch)
tree43bf57c77d17ad90766aca6d7b86ed84d52863de
parent11a09778d67cba7f118a7425bda313316ac7ecc2 (diff)
downloadtor-0a2f59aaa640d45e9b321cdfd33496ec68c7cc0a.tar.gz
tor-0a2f59aaa640d45e9b321cdfd33496ec68c7cc0a.zip
give it a changes file too
-rw-r--r--changes/timeouts7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/timeouts b/changes/timeouts
new file mode 100644
index 0000000000..dc8f724974
--- /dev/null
+++ b/changes/timeouts
@@ -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.
+