-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Ping ultimately resolves the correct IP, but based on the current code.... we only get the finally resolved IP from a DNS name, we don't get any IP for the hops between....
Related dotnet/runtime#37734
Testing this from my development environment (running Fedora 36)
willwh@claymore [11:09:37 PM] [~/src/dotnet/dotnetmtr] [main]
-> % sudo strace -o strace.log bin/Debug/net6.0/dotnetmtr --address willwh.com
1 * Request timed out.
2 * Request timed out.
3 * Request timed out.
4 * Request timed out.
5 27 ms 2606:4700:3035::ac43:9db4
Need to do some more digging :)
Metadata
Metadata
Assignees
Labels
No labels