We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9967659 commit 9f653b3Copy full SHA for 9f653b3
1 file changed
Source/NETworkManager/Models/Network/Traceroute.cs
@@ -89,7 +89,7 @@ public void TraceAsync(IPAddress ipAddress, TracerouteOptions traceOptions, Canc
89
90
pingReply = ping.Send(ipAddress, traceOptions.Timeout, buffer, new System.Net.NetworkInformation.PingOptions() { Ttl = i, DontFragment = traceOptions.DontFragement });
91
92
- Debug.WriteLine(i.ToString() + " " + pingReply.Address + " " + pingReply.Options.Ttl);
+ Debug.WriteLine(i.ToString() + " " + pingReply.Address);
93
94
stopwatch.Stop();
95
}
0 commit comments