Implement IPv6 sybil protection.

[This is a squashed patch for ticket 7193, based on taking a "git
   diff" for the original branch, then applying it with "git apply
   -3".  I earlier attempted to squash the branch with "git rebase",
   but there were too many conflicts. --nickm]
This commit is contained in:
vnepveu
2020-09-23 11:30:15 -04:00
committed by Nick Mathewson
parent 10e40ca1de
commit 43672f9fca
10 changed files with 795 additions and 54 deletions
+2
View File
@@ -0,0 +1,2 @@
o Minor features (dirvote):
- Add IPv6 support in protection against Sybil attacks. Closes ticket7193