A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-txop-aggregation.cc File Reference
#include "ns3/boolean.h"
#include "ns3/command-line.h"
#include "ns3/config.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/pointer.h"
#include "ns3/qos-txop.h"
#include "ns3/ssid.h"
#include "ns3/string.h"
#include "ns3/udp-client-server-helper.h"
#include "ns3/udp-server.h"
#include "ns3/uinteger.h"
#include "ns3/wifi-mac.h"
#include "ns3/wifi-net-device.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/yans-wifi-helper.h"
+ Include dependency graph for wifi-txop-aggregation.cc:

Go to the source code of this file.

Classes

struct  TxopDurationTracer
 Keeps the maximum duration among all TXOPs. More...
 

Detailed Description

Usage

$ ./ns3 run "wifi-txop-aggregation [Program Options]"

Program Options

--payloadSize
Payload size in bytes [1472]
--enableRts
Enable or disable RTS/CTS [false]
--txopLimit
TXOP duration in microseconds [3520]
--simulationTime
Simulation time in seconds [10]
--distance
Distance in meters between the station and the access point [5]
--enablePcap
Enable/disable pcap file generation [false]
--verifyResults
Enable/disable results verification at the end of the simulation [false]

Definition in file wifi-txop-aggregation.cc.