[#CBloomFilter-IsWithinSizeConstraints] = xref:CBloomFilter.adoc[CBloomFilter]::IsWithinSizeConstraints :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsWithinSizeConstraints() const; ---- == Return Value true if the filter is within the protocol size constraints. [.small]#Created with https://www.mrdocs.com[MrDocs]#