remove console write
This commit is contained in:
parent
df31ce9930
commit
315576ea9f
@ -1679,8 +1679,6 @@ namespace EduNetworkBuilder
|
||||
nPacket = new Packet(tPacket);
|
||||
nPacket.isFresh = true; //So it starts from here
|
||||
nPacket.Tracking = new PacketMessage();
|
||||
if (hostname == "server0")
|
||||
Console.WriteLine("here");
|
||||
myNet.addPacket(nPacket);
|
||||
//We need to find a dhcp IP for this.
|
||||
IPAddress dst = RequestDHCPLease(tPacket.sourceMAC, tPacket.OutboundIP);
|
||||
|
Loading…
Reference in New Issue
Block a user