-
- Downloads
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.
Showing
- src/common/address.c 22 additions, 0 deletionssrc/common/address.c
- src/common/address.h 2 additions, 0 deletionssrc/common/address.h
- src/common/address_set.c 120 additions, 0 deletionssrc/common/address_set.c
- src/common/address_set.h 33 additions, 0 deletionssrc/common/address_set.h
- src/common/include.am 2 additions, 0 deletionssrc/common/include.am
src/common/address_set.c
0 → 100644
src/common/address_set.h
0 → 100644
Please register or sign in to comment