-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
add TTL in output please #106
Comments
I will check the feasibility. We are preparing version 2.0 and if this proves to be a small change, we will go for it. Otherwise it has to wait till v2.0 is released. |
quick update: It was a bit tricky at the first glance and left out of version 2. However, this is a nice to have feature for myself as well. I will allocate some time to look into it a bit deeper but if it proves to be something that breaks the OS compatibility or requires the program to be run as root, we might pass on it. More updates will follow :) |
Apparently Go's standard packages do not provide a way to get the incoming connection's TTL! I spent time looking up for a solution but there are no useful resources. I will mark this as "help wanted" to see if someone has any ideas or workarounds |
add TTL in output please
when i use native windows ping tools via icmp, I can see TTL in over response
but in tcping I don't see TTL :(
I have to use wireshark to see TTL, it makes me sad...
The text was updated successfully, but these errors were encountered: