Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packets left in queue in interrupt mode when traffic stops suddenly #21

Open
emmericp opened this issue Nov 18, 2019 · 1 comment
Open

Comments

@emmericp
Copy link
Owner

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant