mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
fixup
This commit is contained in:
parent
bbf9269a14
commit
7ba1d66e8c
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ IslMockChannel::TransmitStart (
|
|||
for (size_t i = 0; i < GetNDevices (); i ++)
|
||||
{
|
||||
if (i == srcId) continue;
|
||||
Deliver (p, src, GetDevice (i), txTime);
|
||||
dst = DynamicCast<MockNetDevice> (GetDevice (i));
|
||||
Deliver (p, src, dst, txTime);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue