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
Under modest load of 1000 inbound signals per second, this tool experiences sporadic loss of 1-10 our of ~100K signals.
Debugging shows that these inbound signals are not received by packet handler of jNetPcap. At least by the time we get corresponding outbound signal.
The text was updated successfully, but these errors were encountered:
Possible cause: winpcap intercept packets below TCP level - at IP level packet order is not guaranteed.
Sorry, something went wrong.
Update: we have been running this tool for very long periods of time with virtually zero packet loss.
No branches or pull requests
Under modest load of 1000 inbound signals per second, this tool experiences sporadic loss of 1-10 our of ~100K signals.
Debugging shows that these inbound signals are not received by packet handler of jNetPcap. At least by the time we get corresponding outbound signal.
The text was updated successfully, but these errors were encountered: