This is a list of all ns3::Attributes by class. For more information see the ns3:Attributes section of this API documentation and the Attributes sections in the Tutorial and Manual.
ns3::ndn::Consumer
-
StartSeq: Initial sequence number
-
Prefix: Name of the Interest
-
LifeTime: LifeTime for interest packet
-
RetxTimer: Timeout defining how frequent retransmission timeouts should be checked
ns3::ndn::ConsumerBatches
-
Batches: Batches to schedule. Should be vector, containing pairs of time and amount
ns3::ndn::ConsumerCbr
-
Frequency: Frequency of interest packets
-
Randomize: Type of send time randomization: none (default), uniform, exponential
-
MaxSeq: Maximum sequence number to request
ns3::ndn::ConsumerPcon
-
CcAlgorithm: Specify which window adaptation algorithm to use (AIMD, BIC, or CUBIC)
-
Beta: TCP Multiplicative Decrease factor
-
CubicBeta: TCP CUBIC Multiplicative Decrease factor
-
AddRttSuppress: Minimum number of RTTs (1 + this factor) between window decreases
-
ReactToCongestionMarks: If true, process received congestion marks
-
UseCwa: If true, use Conservative Window Adaptation
-
UseCubicFastConvergence: If true, use TCP CUBIC Fast Convergence
ns3::ndn::ConsumerWindow
-
Window: Initial size of the window
-
PayloadSize: Average size of content object size (to calculate interest generation rate)
-
Size: Amount of data in megabytes to request, relying on PayloadSize parameter (alternative to MaxSeq attribute)
-
MaxSeq: Maximum sequence number to request (alternative to Size attribute, would activate only if Size is -1). The parameter is activated only if Size negative (not set)
-
InitialWindowOnTimeout: Set window to initial value when timeout occurs
ns3::ndn::ConsumerZipfMandelbrot
-
NumberOfContents: Number of the Contents in total
-
q: parameter of improve rank
-
s: parameter of power
ns3::ndn::Producer
-
Prefix: Prefix, for which producer has the data
-
Postfix: Postfix that is added to the output data (e.g., for adding producer-uniqueness)
-
PayloadSize: Virtual payload size for Content packets
-
Freshness: Freshness of data packets, if 0, then unlimited freshness
-
Signature: Fake signature, 0 valid signature (default), other values application-specific
-
KeyLocator: Name to be used for key locator. If root, then key locator is not used