TRASAL / ringbuffer-sc1

Code to copy TCP/IP packets from a network port to the PSRDADA ringbuffer
0 stars 0 forks source link

packets from previous sequence #8

Open jiskattema opened 6 years ago

jiskattema commented 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.

jiskattema commented 6 years ago

A first fix introduced some errors, See #10.