mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
691c717187
This reverts commit d07f17f676
.
We don't want to consider an entire routable IPv6 network as sybil if more
than 2 relays happen to be on it. For path selection it is very important but
not for selecting relays in the consensus.
Fixes #40243
5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
o Major bugfixes (authority, IPv6):
|
|
- Do not consider multiple relays in the same IPv6 network to be sybils.
|
|
Sybils are selected based on the /128 now, not the /64. Fixes bug 40243;
|
|
bugfix on 0.4.5.1-alpha.
|