add a changes entry for ticket 9574

This commit is contained in:
Roger Dingledine 2013-09-04 02:10:30 -04:00
parent a4400952ee
commit 71e0ca02b5

7
changes/feature9574 Normal file
View File

@ -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.