Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Aug 31, 2023
1 parent 4ed5917 commit 39d00d9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@

<default name="ns3::ConstantRateWifiManager::DataMode" value="OfdmRate6Mbps"/>
<default name="ns3::ConstantRateWifiManager::ControlMode" value="OfdmRate6Mbps"/>

<!--
Fabian Eckermann NS-3 C-V2X cannot take ns3::QueueBase::MaxPackets
configuration. By removing this config, the default setting will be
unbounded. Without a set limit on MaxPackets, the queue would not drop
packets solely because it has exceeded a specified packet count.
-->
<!-- <default name="ns3::QueueBase::MaxPackets" value="400"/> -->
<default name="ns3::WifiMacQueue::MaxDelay" value="+500000000.0ns"/>
<default name="ns3::WifiNetDevice::Mtu" value="2296"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@

<default name="ns3::ConstantRateWifiManager::DataMode" value="OfdmRate6Mbps"/>
<default name="ns3::ConstantRateWifiManager::ControlMode" value="OfdmRate6Mbps"/>

<!--
Fabian Eckermann NS-3 C-V2X cannot take ns3::QueueBase::MaxPackets
configuration. By removing this config, the default setting will be
unbounded. Without a set limit on MaxPackets, the queue would not drop
packets solely because it has exceeded a specified packet count.
-->
<!-- <default name="ns3::QueueBase::MaxPackets" value="400"/> -->
<default name="ns3::WifiMacQueue::MaxDelay" value="+500000000.0ns"/>
<default name="ns3::WifiNetDevice::Mtu" value="2296"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@

<default name="ns3::ConstantRateWifiManager::DataMode" value="OfdmRate6Mbps"/>
<default name="ns3::ConstantRateWifiManager::ControlMode" value="OfdmRate6Mbps"/>

<!--
Fabian Eckermann NS-3 C-V2X cannot take ns3::QueueBase::MaxPackets
configuration. By removing this config, the default setting will be
unbounded. Without a set limit on MaxPackets, the queue would not drop
packets solely because it has exceeded a specified packet count.
-->
<!-- <default name="ns3::QueueBase::MaxPackets" value="400"/> -->
<default name="ns3::WifiMacQueue::MaxDelay" value="+500000000.0ns"/>
<default name="ns3::WifiNetDevice::Mtu" value="2296"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,14 @@
<default name="ns3::ConstantRateWifiManager::DataMode" value="OfdmRate6Mbps"/>
<default name="ns3::ConstantRateWifiManager::ControlMode" value="OfdmRate6Mbps"/>

<!--
Fabian Eckermann NS-3 C-V2X cannot take ns3::QueueBase::MaxPackets
configuration. By removing this config, the default setting will be
unbounded. Without a set limit on MaxPackets, the queue would not drop
packets solely because it has exceeded a specified packet count.
-->
<!-- <default name="ns3::QueueBase::MaxPackets" value="400"/> -->

<default name="ns3::WifiMacQueue::MaxDelay" value="+500000000.0ns"/>
<default name="ns3::WifiNetDevice::Mtu" value="2296"/>

Expand Down

0 comments on commit 39d00d9

Please sign in to comment.