From: Nick Mathewson Date: Fri, 15 Apr 2016 13:33:42 +0000 (-0400) Subject: give it a changes file too X-Git-Tag: tor-0.2.9.1-alpha~268^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2f59aaa640d45e9b321cdfd33496ec68c7cc0a;p=thirdparty%2Ftor.git give it a changes file too --- 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. +