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

What is the meaning of UDP ping? #32

Open
nifflin opened this issue Jul 27, 2017 · 1 comment
Open

What is the meaning of UDP ping? #32

nifflin opened this issue Jul 27, 2017 · 1 comment

Comments

@nifflin
Copy link

nifflin commented Jul 27, 2017

Isn't ICMP ping not enough? In what scenario does the UDP ping works better than ICMP ping?

@Luke-Sikina
Copy link

I think the readme partially addresses this.

This package implements ICMP ping using both raw socket and UDP. If your program uses this package in raw socket mode, it needs to be run as a root user.

I wanted to be able to run my program without root access, so I used UDP. I can't advise you on anything more detailed than that, but hopefully this helps.

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

No branches or pull requests

2 participants