commit ca16433eb7abadc282d814990e111a492159ac94 Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 23 12:09:27 2020 -0400
Update changes file --- changes/ticket7193 | 7 +++++-- 1 file 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.
tor-commits@lists.torproject.org