Directory guard implementation.

Implements proposal 207; ticket 6526.
This commit is contained in:
Nick Mathewson
2012-12-11 12:44:18 -05:00
parent 1df7289000
commit 0c4210fb65
5 changed files with 131 additions and 32 deletions
+8
View File
@@ -0,0 +1,8 @@
o Major features:
- Preliminary support for directory guards: when possible,
clients now use guards for non-anonymous directory requests.
This can help prevent client enumeration. Note that this
behavior only works when we have a usable consensus directory:
and when options about what to download are more or less
standard. Implements proposal 207; closes ticket 6526.