]> git.ipfire.org Git - thirdparty/tor.git/commit
Add an address-set backend using a bloom filter.
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Feb 2018 14:49:35 +0000 (09:49 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 8 Feb 2018 19:38:11 +0000 (14:38 -0500)
commit46bd2aed915f17d520f9ff237262d1510fe25e12
tree8a20c6425bee4fb1216b9fe639c347de29e7eb57
parenta2aaf9509ba578f4e7705b506ee9a0f764d24ff2
Add an address-set backend using a bloom filter.

We're going to need this to make our anti-DoS code (see 24902) more
robust.
src/common/address.c
src/common/address.h
src/common/address_set.c [new file with mode: 0644]
src/common/address_set.h [new file with mode: 0644]
src/common/include.am