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

For UDP? #29

Open
mathew-bulletin opened this issue Mar 13, 2017 · 2 comments
Open

For UDP? #29

mathew-bulletin opened this issue Mar 13, 2017 · 2 comments

Comments

@mathew-bulletin
Copy link

Enhancement request:

  • Is there any chance to have UDP test added for this script?
@SrikanthTati
Copy link

Curious if this is even possible given that UDP is connectionless?

@garethrandall
Copy link
Contributor

garethrandall commented Dec 5, 2019

I believe you would get an ICMP Destination Unreachable packet for a UDP packet sent to a non-listening port, so you could tell if the port was not listening. However, this approach would have problems with firewalls since if the port were blocked by a firewall or docker config (and hence no ICMP Destination Unreachable) it would look like it were open.

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

3 participants