dropNextEvents property

int dropNextEvents
getter/setter pair

Drops this many upcoming events instead of delivering them, without reusing their sequence numbers — exactly what the kernel's per-request FIFO does when it overflows.

The point of the v2 ABI's sequence numbers is that this becomes provable rather than silent, so it has to be reproducible in a test.

Implementation

int dropNextEvents = 0;