-
Notifications
You must be signed in to change notification settings - Fork 61
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
Unexpected packet loss with v0.5.0 #134
Comments
Running a git bisect seems to point the finger at #120. Testing the commit immediately before:
And then testing the commit which landed that PR:
|
With the assumption that this bizarre packet loss is related to setting the traffic class on the outgoing ICMP echo request, I found that adjusting the traffic class with the
Setting the option with I am able to reproduce this behaviour with the standard Linux iputils |
pro-bing v0.5.0 seems to have a severe regression relating to packet loss. Pinging a host on a home WiFi network with v0.4.1 succeeded as expected:
However, with v0.5.0, the packet loss is extreme:
The results are quite reproducible by switching back and forth between the versions and repeating the test. In a subsequent test with v0.5.0, 100% packet loss was observed.
Given how dramatic this change is, I think that v0.5.0 should be retracted.
The text was updated successfully, but these errors were encountered: