Fix the network loop bug
This commit is contained in:
parent
657b72f401
commit
985e3d092d
@ -1328,12 +1328,13 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
dNic = NicFromID(arp.NicOnWhichItIsFound);
|
||||
}
|
||||
if (arp.MACAddress == tPacket.sourceMAC)
|
||||
{
|
||||
sNic = NicFromID(arp.NicOnWhichItIsFound);
|
||||
}
|
||||
//if (arp.MACAddress == tPacket.sourceMAC)
|
||||
//{
|
||||
// sNic = NicFromID(arp.NicOnWhichItIsFound);
|
||||
//}
|
||||
}
|
||||
}
|
||||
sNic = tPacket.InboundNic; //We get the inbound nic from here.
|
||||
|
||||
//Delivery
|
||||
//Loop through all nics (skip the interface) it came in on
|
||||
|
@ -1,6 +1,8 @@
|
||||
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
|
||||
{\*\generator Riched20 10.0.10240}\viewkind4\uc1
|
||||
\pard\sa200\sl276\slmult1\b\f0\fs22\lang9 Version 1.0.22\b0\par
|
||||
\pard\sa200\sl276\slmult1\b\f0\fs22\lang9 Version 1.0.23 \par
|
||||
\b0 * Fixed issues with broadcast packets\b\par
|
||||
Version 1.0.22 09/01/2015\b0\par
|
||||
* Added ssid and keys for wireless links\par
|
||||
* Wireless will auto-disconnect if link is too long\par
|
||||
* Wireless will auto-connect if ssid and key match, if link is short enough\par
|
||||
|
Loading…
Reference in New Issue
Block a user