mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Make AODV work a bit on Telesat network
This commit is contained in:
parent
ee268592ad
commit
f7bd15f1a8
6 changed files with 32 additions and 47 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue