Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Allow filter sets that reduce the filter, not just increase
Previous behavior would only pass along filters that added new bits (filters) to the current filter set, without considering whether some bits were set only by the old HigherPacketFilter. Possibly related to #106, since this code was one of few changes in v0.9990.
- Loading branch information