A Discrete-Event Network Simulator
API
error-model.h File Reference
#include <list>
#include "ns3/object.h"
#include "ns3/random-variable-stream.h"
+ Include dependency graph for error-model.h:
+ This graph shows which files directly or indirectly include this file:

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.