]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a changes entry for ticket 9574
authorRoger Dingledine <arma@torproject.org>
Wed, 4 Sep 2013 06:10:30 +0000 (02:10 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 5 Sep 2013 03:21:46 +0000 (23:21 -0400)
changes/feature9574 [new file with mode: 0644]

diff --git a/changes/feature9574 b/changes/feature9574
new file mode 100644 (file)
index 0000000..723606e
--- /dev/null
@@ -0,0 +1,7 @@
+  o Major features:
+    - Relays now process the new "NTor" circuit-level handshake requests
+      with higher priority than the old "TAP" circuit-level handshake
+      requests. We still process some TAP requests to not totally starve
+      0.2.3 clients when NTor becomes popular. A new consensus parameter
+      "NumNTorsPerTAP" lets us tune the balance later if we need to.
+      Implements ticket 9574.