Fix broadcast packets
This commit is contained in:
parent
62e3e97c61
commit
657b72f401
@ -1315,7 +1315,7 @@ namespace EduNetworkBuilder
|
||||
|
||||
}
|
||||
|
||||
if (tPacket.isFinshed()) return;
|
||||
if (tPacket.isFinshed() && !BroadcastMatch) return;
|
||||
|
||||
NetworkCard dNic = null;
|
||||
NetworkCard sNic = null;
|
||||
|
Loading…
Reference in New Issue
Block a user