Request: Filter Add (“filteradd”)
Add an entry into the installed bloom filter.
Message Format
| Field | Length | Format | Description | 
|---|---|---|---|
| data length | variable | variable length integer | The size of the piece of the data to be added to the bloom filter. | 
| data | data_lengthbytes | bytes | The raw data of the object to the be added. | 
data is inserted into the bloom filter, exactly as if the insert operation had been called locally before sending the filter.