-
Notifications
You must be signed in to change notification settings - Fork 35
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
Pinging failing addresses randomly returns working in windows #82
Comments
Can confirm on my Windows 10 VM. Even without changing network settings I get a few responses at the very beginning and every now and then. Weird, I'll see what I can do! |
Looks like it is possibly showing a 'reply from x.x.x.x destination host unreachable' as a valid ping. |
Yeah that could be the case. I was thinking in that direction, too. Will have a look with wireshark soon... |
Wireshark confirms @dark-spark s idea. "Destination network unreachable" ICMP responses show up whenever cnping shows ping returns. @dark-spark Would you like to fix this or should I have a look? |
@dreua Could you please have a look? |
One line change but it took me some time to find it 😉 |
Steps:
Wait.
The text was updated successfully, but these errors were encountered: