Use speed of light in air

This commit is contained in:
Tim Schubert 2020-08-28 21:29:57 +02:00
parent b0bd80c8fe
commit 37631d0758
6 changed files with 15 additions and 4 deletions

View file

@ -191,4 +191,10 @@ MockChannel::Deliver (
return true;
}
void
MockChannel::SetPropagationDelay (Ptr<PropagationDelayModel> delay)
{
m_propagationDelay = delay;
}
} // namespace ns3