5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
TrafficGenerator

Classes

class  ns3::TrafficGeneratorHelper
 A helper to make it easier to instantiate an ns3::TrafficGenerator types of applications on a set of nodes. More...
 

Detailed Description

This traffic mixer can mix various types of traffics.

This traffic generator simply sends data as fast as possible up to FileSize or until the application is stopped (if FileSize is zero). Once the lower layer send buffer is filled, it waits until space is free to send more data, essentially keeping a constant flow of data. Only SOCK_STREAM and SOCK_SEQPACKET sockets are supported. For example, TCP sockets can be used, but UDP sockets can not be used.