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:
Tim Schubert 2020-07-21 18:02:25 +02:00
parent c4d976b5f3
commit f4233bc558
2 changed files with 4 additions and 4 deletions

View file

@ -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);