bad packets are not logged.
This commit is contained in:
parent
1e4c8b3273
commit
501c08c181
@ -454,7 +454,7 @@ namespace EduNetworkBuilder
|
||||
Tracking.Status = NB.Translate("P_PacketFailedToReach2") + ": "+ destIP.GetIPString;
|
||||
MyStatus = PacketStatus.finished_failed;
|
||||
}
|
||||
if (MyStatus != PacketStatus.finished)
|
||||
if (MyStatus != PacketStatus.finished && MyType != PacketType.bad_packet)
|
||||
myNet.AddMessage(Tracking); //We only store finished_failed, and finished_ok
|
||||
//if (sourceIP != null && destIP != null)
|
||||
//{
|
||||
|
Loading…
Reference in New Issue
Block a user