From: Roger Dingledine Date: Wed, 4 Sep 2013 06:10:30 +0000 (-0400) Subject: add a changes entry for ticket 9574 X-Git-Tag: tor-0.2.4.17-rc~5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71e0ca02b57f7945d922a8708a2c97815a9350ad;p=thirdparty%2Ftor.git add a changes entry for ticket 9574 --- diff --git a/changes/feature9574 b/changes/feature9574 new file mode 100644 index 0000000000..723606e396 --- /dev/null +++ b/changes/feature9574 @@ -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.