![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Go to the source code of this file.
Classes | |
class | CBloomFilter |
BloomFilter is a probabilistic filter which SPV clients provide so that we can filter the transactions we sends them. More... | |
Enumerations | |
enum | bloomflags { BLOOM_UPDATE_NONE = 0, BLOOM_UPDATE_ALL = 1, BLOOM_UPDATE_P2PUBKEY_ONLY = 2, BLOOM_UPDATE_MASK = 3 } |
Variables | |
static const unsigned int | MAX_BLOOM_FILTER_SIZE = 36000 |
static const unsigned int | MAX_HASH_FUNCS = 50 |
enum bloomflags |
|
static |
Definition at line 17 of file bloom.h.
Referenced by CBloomFilter::IsWithinSizeConstraints().
|
static |
Definition at line 18 of file bloom.h.
Referenced by CBloomFilter::IsWithinSizeConstraints().