mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
ignore families for L2 guard independence
mike is concerned that we would get too much exposure to adversaries,
if we enforce that none of our L2 guards can be in the same family.
this change set now essentially finishes the feature that commit a77727cdc
was attempting to add, but strips the "_and_family" part of that plan.
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
o Major bugfixes (vanguards):
|
||||
- We had omitted some checks for whether our vanguards (second layer
|
||||
guards from proposal 333) overlapped or came from the same family.
|
||||
Now make sure to pick each of them to be independent. Fixes bug
|
||||
40639; bugfix on 0.4.7.1-alpha.
|
||||
guards from proposal 333) overlapped. Now make sure to pick each
|
||||
of them to be independent. Also, change the design to allow them to
|
||||
come from the same family. Fixes bug 40639; bugfix on 0.4.7.1-alpha.
|
||||
|
||||
Reference in New Issue
Block a user