summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-09-04 02:10:30 -0400
committerRoger Dingledine <arma@torproject.org>2013-09-04 23:21:46 -0400
commit71e0ca02b57f7945d922a8708a2c97815a9350ad (patch)
tree6edea404d6d76f31e000f89ea3cbdedbbd4109e5
parenta4400952ee477ac6fb5a2743f14df0dcd1cb8424 (diff)
downloadtor-71e0ca02b57f7945d922a8708a2c97815a9350ad.tar.gz
tor-71e0ca02b57f7945d922a8708a2c97815a9350ad.zip
add a changes entry for ticket 9574
-rw-r--r--changes/feature95747
1 files changed, 7 insertions, 0 deletions
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.