mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-31 03:00:07 +02:00
fixup: mobility model and loss
This commit is contained in:
parent
582d6c58d0
commit
42f5bac245
4 changed files with 131 additions and 121 deletions
|
@ -582,7 +582,7 @@ bool
|
|||
MockNetDevice::IsBroadcast (void) const
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -601,7 +601,7 @@ bool
|
|||
MockNetDevice::IsMulticast (void) const
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue