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)
Declared in <common/bloom.h>
bool
IsWithinSizeConstraints() const;
true if the filter is within the protocol size constraints.