vlans are working

This commit is contained in:
2016-10-10 19:31:57 -05:00
parent 3632432f02
commit 14bcc075a3
4 changed files with 78 additions and 12 deletions

View File

@@ -238,6 +238,7 @@ namespace EduNetworkBuilder
public static int WirelessMaxUnsuccessfulLink = 120; //The link will connect, but the packet will drop
public static int WirelessMaxSuccessfulLink = 100; //Packets will drop after this distance
public static int WirelessReconnectDistance = 70; //Try to find a closer AP if we are this far out.
public static int UntaggedVLAN = -1; //If the packet is not tagged.
/// <summary>
/// Find the global random number generator.