We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_handle_procmon
The device maintains a count of pkts_received. I think the procmon packets also have a count of how many packets were sent since the last procmon.
I suspect this approach won't work with multi-threaded systems because procmon might come out of order w.r.t. sent packets.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The device maintains a count of pkts_received. I think the procmon packets also have a count of how many packets were sent since the last procmon.
I suspect this approach won't work with multi-threaded systems because procmon might come out of order w.r.t. sent packets.
The text was updated successfully, but these errors were encountered: