aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-09-23 12:09:27 -0400
committerNick Mathewson <nickm@torproject.org>2020-09-23 12:09:27 -0400
commitca16433eb7abadc282d814990e111a492159ac94 (patch)
tree135faddf8755d8e3ab84713f867b3374260d7912 /changes
parentd07f17f67685d75fec8a851b3ae3d157c1e31aa3 (diff)
downloadtor-ca16433eb7abadc282d814990e111a492159ac94.tar.gz
tor-ca16433eb7abadc282d814990e111a492159ac94.zip
Update changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket71937
1 files changed, 5 insertions, 2 deletions
diff --git a/changes/ticket7193 b/changes/ticket7193
index 18c4915dd5..27faffa498 100644
--- a/changes/ticket7193
+++ b/changes/ticket7193
@@ -1,2 +1,5 @@
- o Minor features (dirvote):
- - Add IPv6 support in protection against Sybil attacks. Closes ticket7193
+ o Minor features (directory authority):
+ - When looking for possible sybil attacks, also consider IPv6 addresses.
+ Two routers are considered to have "the same" address by this metric
+ if they are in the same /64 network. Patch from Maurice Pibouin. Closes
+ ticket 7193.