tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ca16433eb7abadc282d814990e111a492159ac94
parent d07f17f67685d75fec8a851b3ae3d157c1e31aa3
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 23 Sep 2020 12:09:27 -0400

Update changes file

Diffstat:
Mchanges/ticket7193 | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 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.