Added macro for the bloom filter parameters and deleted old unused

macros for crc
This commit is contained in:
Celine Mercier
2016-03-23 13:33:40 +01:00
parent d44117d625
commit 58ac860cc7
2 changed files with 5 additions and 4 deletions

View File

@ -27,8 +27,9 @@
#include "bloom.h"
#define NB_OF_AVLS (64)
#define MASK (63)
#define NODE_COUNT_PER_AVL (2000000)
#define BLOOM_FILTER_ERROR_RATE (0.001)
#define AVL_MAX_NAME (1024) /**< The maximum length of an AVL tree name.
*/