Limit hidden service descriptors to at most 10 guard nodes.

Fixes bug 9002; bugfix on 0.1.1.11-alpha (which introduced guard
nodes), or on 0.0.6pre1 (which introduced hidden services).
This commit is contained in:
Nick Mathewson
2013-06-16 20:23:33 -04:00
parent 2a95f31716
commit dc516a5436
2 changed files with 27 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Major bugfixes:
- Limit hidden service descriptors to at most ten introduction
points, to slow one kind of guard enumeration. Fixes bug 9002;
bugfix on 0.1.1.11-alpha.