examples: Update description of some wifi examples since QosTag does no longer exist
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user