mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Add missing stop event.
I am quite mad about this. Cost me about 10 h of my life to find this.
This commit is contained in:
parent
c4d976b5f3
commit
f4233bc558
2 changed files with 4 additions and 4 deletions
|
@ -556,10 +556,9 @@ MockNetDevice::IsBridge (void) const
|
|||
}
|
||||
|
||||
bool
|
||||
MockNetDevice::Send (
|
||||
Ptr<Packet> packet,
|
||||
const Address &dest,
|
||||
uint16_t protocolNumber)
|
||||
MockNetDevice::Send (Ptr<Packet> packet,
|
||||
const Address &dest,
|
||||
uint16_t protocolNumber)
|
||||
{
|
||||
NS_LOG_FUNCTION (this << packet << dest << protocolNumber);
|
||||
NS_LOG_LOGIC ("p=" << packet << ", dest=" << &dest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue