Make AODV work a bit on Telesat network

This commit is contained in:
Tim Schubert 2020-08-24 19:38:02 +02:00
parent ee268592ad
commit f7bd15f1a8
6 changed files with 32 additions and 47 deletions

View file

@ -24,7 +24,9 @@ NS_LOG_COMPONENT_DEFINE ("LeoChannelHelper");
LeoChannelHelper::LeoChannelHelper ()
{
m_gndQueueFactory.SetTypeId ("ns3::DropTailQueue<Packet>");
// m_gndQueueFactory.Set ("MaxSize", QueueSizeValue (QueueSize ("10000p")));
m_satQueueFactory.SetTypeId ("ns3::DropTailQueue<Packet>");
//m_satQueueFactory.Set ("MaxSize", QueueSizeValue (QueueSize ("10000p")));
m_gndDeviceFactory.SetTypeId ("ns3::LeoMockNetDevice");
m_gndDeviceFactory.Set ("DeviceType", EnumValue (LeoMockNetDevice::GND));