bad packets are not logged.
This commit is contained in:
		| @@ -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) | ||||
|                 //{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user