Remove broadcast hack

This commit is contained in:
Tim Schubert 2020-07-03 18:41:15 +02:00
parent 751daa724b
commit e05dc827cc
2 changed files with 17 additions and 57 deletions

View file

@ -68,11 +68,7 @@ IslMockChannel::TransmitStart (
if (dst == nullptr)
{
NS_LOG_LOGIC ("destination address " << destAddr << " unknown on channel");
for (uint32_t i = 0; i < GetNDevices (); i++)
{
Deliver (p, src, DynamicCast<MockNetDevice> (GetDevice (i)), txTime);
}
return true;
return false;
}
else
{