Change "Ping" to an action
This commit is contained in:
@ -1449,7 +1449,8 @@ namespace EduNetworkBuilder
|
||||
destination = myNetwork.DNSLookup(ItemClickedOn, dest);
|
||||
if(destination == null || destination.GetIPString == NB.ZeroIPString)
|
||||
destination = new NB_IPAddress(dest);
|
||||
ItemClickedOn.PingFromHere(destination);
|
||||
//ItemClickedOn.PingFromHere(destination);
|
||||
NB.DoActionPingDevice(ItemClickedOn.GetUniqueIdentifier, destination);
|
||||
myNetwork.ProcessPackets();
|
||||
UpdateMessages();
|
||||
}
|
||||
|
Reference in New Issue
Block a user