Open jiskattema opened 6 years ago
As soon as a packet from the next sequence arrives, we start with a new (empty) ringbuffer page. We test for this using equality of the timestamps.
However, packets from a previous sequence should not trigger a page swap.
A first fix introduced some errors, See #10.
As soon as a packet from the next sequence arrives, we start with a new (empty) ringbuffer page. We test for this using equality of the timestamps.
However, packets from a previous sequence should not trigger a page swap.