-
Notifications
You must be signed in to change notification settings - Fork 62
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
Allow setting TTL #27
Comments
TTL is already supported. |
A traceroute tool would be interesting. I've been thinking about a "traceroute discovery" option for the smokeping_prober. |
@SuperQ seems like the app keeps hanging when you set a low TTL, the Run method never returns.. https://gist.github.com/Hipska/6c19e707445029cae8abfac098405032 |
I'm building a tool to run some automated pings on Windows. I'm not even using ctx, I see that it simply blocks forever when setting a TTL of 1 and calling Run(). EDIT: Same behavior on WSL/ubuntu |
This in order to implement traceroute-like tools..
The text was updated successfully, but these errors were encountered: