ixy icon indicating copy to clipboard operation
ixy copied to clipboard

Packets left in queue in interrupt mode when traffic stops suddenly

Open emmericp opened this issue 6 years ago • 1 comments

Looks like we sometimes miss a few packets in the queue in interrupt mode if the traffic stops suddenly. Probable cause: we miss an interrupt at the end and the packets stay in the queue until a new packet arrives.

emmericp avatar Nov 18 '19 15:11 emmericp

Same issue also affects https://github.com/ixy-languages/ixy.rs in interrupt mode

emmericp avatar Nov 18 '19 15:11 emmericp