examples: Update description of some wifi examples since QosTag does no longer exist

This commit is contained in:
Sébastien Deronne
2020-04-04 10:17:11 +02:00
parent e1fdd22d6e
commit 201e1be6fb
5 changed files with 5 additions and 10 deletions

View File

@@ -53,8 +53,7 @@
// - station C enables A-MSDU (with maximum size of 8 kB) but disables A-MPDU;
// - station D uses two-level aggregation (A-MPDU with maximum size of 32 kB and A-MSDU with maximum size of 4 kB).
//
// Packets in this simulation aren't marked with a QosTag so they
// are considered belonging to BestEffort Access Class (AC_BE).
//Packets in this simulation belong to BestEffort Access Class (AC_BE).
//
// The user can select the distance between the stations and the APs and can enable/disable the RTS/CTS mechanism.
// Example: ./waf --run "wifi-aggregation --distance=10 --enableRts=0 --simulationTime=20"

View File

@@ -51,8 +51,7 @@
// | |
// n1 n2
//
//Packets in this simulation aren't marked with a QosTag so they are considered
//belonging to BestEffort Access Class (AC_BE).
//Packets in this simulation belong to BestEffort Access Class (AC_BE).
using namespace ns3;

View File

@@ -52,8 +52,7 @@
// | |
// n1 n2
//
//Packets in this simulation aren't marked with a QosTag so they are considered
//belonging to BestEffort Access Class (AC_BE).
//Packets in this simulation belong to BestEffort Access Class (AC_BE).
using namespace ns3;

View File

@@ -47,8 +47,7 @@
// | | |
// n1 n2 n3
//
// Packets in this simulation aren't marked with a QosTag so they are considered
// belonging to BestEffort Access Class (AC_BE).
//Packets in this simulation belong to BestEffort Access Class (AC_BE).
using namespace ns3;

View File

@@ -51,8 +51,7 @@
// | |
// n1 n2
//
//Packets in this simulation aren't marked with a QosTag so they are considered
//belonging to BestEffort Access Class (AC_BE).
//Packets in this simulation belong to BestEffort Access Class (AC_BE).
using namespace ns3;