瀏覽代碼

give it a changes file too

Nick Mathewson 8 年之前
父節點
當前提交
0a2f59aaa6
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      changes/timeouts

+ 7 - 0
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.
+