Dropping Message Filter
A dropping message filter implementation.
All incoming messages will be dropped after threshold amount of them has been received in one cycle.
threshold must be an integer between 1 and 255 (inclusive), as this data structure uses unsigned bytes to keep track of counts.