mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-31 03:00:07 +02:00
Use speed of light in air
This commit is contained in:
parent
b0bd80c8fe
commit
37631d0758
6 changed files with 15 additions and 4 deletions
|
@ -191,4 +191,10 @@ MockChannel::Deliver (
|
|||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
MockChannel::SetPropagationDelay (Ptr<PropagationDelayModel> delay)
|
||||
{
|
||||
m_propagationDelay = delay;
|
||||
}
|
||||
|
||||
} // namespace ns3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue