mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 18:41:42 +02:00
fixup: multiple devices per channel
This commit is contained in:
parent
13e4bf1aa7
commit
07cff2c920
6 changed files with 29 additions and 38 deletions
|
@ -127,7 +127,8 @@ bool IslChannel::Deliver (
|
|||
delay,
|
||||
&IslNetDevice::Receive,
|
||||
dst,
|
||||
p->Copy ());
|
||||
p->Copy (),
|
||||
src);
|
||||
|
||||
// Call the tx anim callback on the net device
|
||||
m_txrxIsl (p, src, dst, txTime, delay);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue