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

Handle "No route to host" message on macOS #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xwang1498
Copy link

@xwang1498 xwang1498 commented Sep 27, 2024

On macOS, if your network connection goes down, the prettyping output will be trashed with lots of ping: sendto: No route to host lines.

We should just ignore these, because we'll still get the necessary Request timeout for icmp_seq ... line soon after.

Closes #24. Closes #25 which also tries to solve this problem but double counts lost packets.

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

Successfully merging this pull request may close these issues.

Handle "ping: sendto: No route to host"
1 participant