True if the size is <= MAX_BLOOM_FILTER_SIZE and the number of hash functions is <= MAX_HASH_FUNCS (catch a filter which was just deserialized which was too big)

Synopsis

Declared in <common/bloom.h>

bool
IsWithinSizeConstraints() const;

Return Value

true if the filter is within the protocol size constraints.

Created with MrDocs