#include "ns3/object.h"
#include "ns3/random-variable-stream.h"
#include <list>
Go to the source code of this file.
Classes | |
class | ns3::BinaryErrorModel |
The simplest error model, corrupts even packets and does not corrupt odd ones. More... | |
class | ns3::BurstErrorModel |
Determine which bursts of packets are errored corresponding to an underlying distribution, burst rate, and burst size. More... | |
class | ns3::ErrorModel |
General error model that can be used to corrupt packets. More... | |
class | ns3::ListErrorModel |
Provide a list of Packet uids to corrupt. More... | |
class | ns3::RateErrorModel |
Determine which packets are errored corresponding to an underlying distribution, rate, and unit. More... | |
class | ns3::ReceiveListErrorModel |
Provide a list of Packets to corrupt. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |