Adding Puzzle for Level5

This commit is contained in:
2015-10-31 17:01:54 -04:00
parent ebff42b88c
commit 0e71fbdca7
5 changed files with 726 additions and 7 deletions

View File

@@ -64,7 +64,8 @@ namespace EduNetworkBuilder
Level3_NowhereToGo, Level3_GrandCentralStation, Level3_Dead, Level0_NetworkLoop2, Level0_BrokenLink,
Level3_TwoDHCPServers,
Level4_DualWans, Level4_SinglesLife, Level4_SmallSubnets, Level4_OneRoute, Level4_RouterReplacement,
Level4_InternalSubnetting, Level4_Internalhemorrhage
Level4_InternalSubnetting, Level4_Internalhemorrhage,
Level5_WirelessDevices
}
public enum DebugPausePoint { none=0, packet_create=1, packet_kill=2,
packet_in=4, packet_out=8, packet_duplicate=16, all=63,