mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-31 03:00:07 +02:00
Remove broadcast hack
This commit is contained in:
parent
751daa724b
commit
e05dc827cc
2 changed files with 17 additions and 57 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue