NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::RedQueueDisc Class Reference

#include <introspected-doxygen.hpp>

Detailed Description

Introspection did not find any typical Config paths.

Attributes

  • MeanPktSize: Average of packet size
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 500
    • Flags: construct write read
  • IdlePktSize: Average packet size used during idle times. Used when m_cautions = 3
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 0
    • Flags: construct write read
  • Wait: True for waiting between dropped packets
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: true
    • Flags: construct write read
  • Gentle: True to increases dropping probability slowly when average queue exceeds maxthresh
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: true
    • Flags: construct write read
  • ARED: True to enable ARED
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • AdaptMaxP: True to adapt m_curMaxP
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • FengAdaptive: True to enable Feng's Adaptive RED
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • NLRED: True to enable Nonlinear RED
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • MinTh: Minimum average length threshold in packets/bytes
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 5
    • Flags: construct write read
  • MaxTh: Maximum average length threshold in packets/bytes
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 15
    • Flags: construct write read
  • MaxSize: The maximum number of packets accepted by this queue disc
    • Set with class: QueueSizeValue
    • Underlying type: QueueSize
    • Initial value: 25p
    • Flags: construct write read
  • QW: Queue weight related to the exponential weighted moving average (EWMA)
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 0.002
    • Flags: construct write read
  • LInterm: The maximum probability of dropping a packet
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 50
    • Flags: construct write read
  • TargetDelay: Target average queuing delay in ARED
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +5e+06ns
    • Flags: construct write read
  • Interval: Time interval to update m_curMaxP
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +5e+08ns
    • Flags: construct write read
  • Top: Upper bound for m_curMaxP in ARED
    • Set with class: ns3::DoubleValue
    • Underlying type: double 0:1
    • Initial value: 0.5
    • Flags: construct write read
  • Bottom: Lower bound for m_curMaxP in ARED
    • Set with class: ns3::DoubleValue
    • Underlying type: double 0:1
    • Initial value: 0
    • Flags: construct write read
  • Alpha: Increment parameter for m_curMaxP in ARED
    • Set with class: ns3::DoubleValue
    • Underlying type: double 0:1
    • Initial value: 0.01
    • Flags: construct write
  • Beta: Decrement parameter for m_curMaxP in ARED
    • Set with class: ns3::DoubleValue
    • Underlying type: double 0:1
    • Initial value: 0.9
    • Flags: construct write
  • FengAlpha: Decrement parameter for m_curMaxP in Feng's Adaptive RED
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 3
    • Flags: construct write
  • FengBeta: Increment parameter for m_curMaxP in Feng's Adaptive RED
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 2
    • Flags: construct write
  • LastSet: Store the last time m_curMaxP was updated
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +0ns
    • Flags: construct write read
  • Rtt: Round Trip Time to be considered while automatically setting m_bottom
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +1e+08ns
    • Flags: construct write read
  • Ns1Compat: NS-1 compatibility
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • LinkBandwidth: The RED link bandwidth
    • Set with class: DataRateValue
    • Underlying type: DataRate
    • Initial value: 1500000bps
    • Flags: construct write read
  • LinkDelay: The RED link delay
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +2e+07ns
    • Flags: construct write read
  • UseEcn: True to use ECN (packets are marked instead of being dropped)
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • UseHardDrop: True to always drop packets above max threshold
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: true
    • Flags: construct write read

Attributes defined in parent class ns3::QueueDisc

  • Quota: The maximum number of packets dequeued in a qdisc run
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 64
    • Flags: construct write read
  • InternalQueueList: The list of internal queues.
  • PacketFilterList: The list of packet filters.
    • Set with class: ns3::ObjectPtrContainerValue
    • Underlying type: ns3::Ptr< ns3::PacketFilter>
    • Flags: read
  • QueueDiscClassList: The list of queue disc classes.
    • Set with class: ns3::ObjectPtrContainerValue
    • Underlying type: ns3::Ptr< ns3::QueueDiscClass>
    • Flags: read

No TraceSources are defined for this type.

TraceSources defined in parent class ns3::QueueDisc

  • Enqueue: Enqueue a packet in the queue disc
    Callback signature: ns3::QueueDiscItem::TracedCallback
  • Dequeue: Dequeue a packet from the queue disc
    Callback signature: ns3::QueueDiscItem::TracedCallback
  • Requeue: Requeue a packet in the queue disc
    Callback signature: ns3::QueueDiscItem::TracedCallback
  • Drop: Drop a packet stored in the queue disc
    Callback signature: ns3::QueueDiscItem::TracedCallback
  • DropBeforeEnqueue: Drop a packet before enqueue
    Callback signature: ns3::QueueDiscItem::TracedCallback
  • DropAfterDequeue: Drop a packet after dequeue
    Callback signature: ns3::QueueDiscItem::TracedCallback
  • Mark: Mark a packet stored in the queue disc
    Callback signature: ns3::QueueDiscItem::TracedCallback
  • PacketsInQueue: Number of packets currently stored in the queue disc
    Callback signature: ns3::TracedValueCallback::Uint32
  • BytesInQueue: Number of bytes currently stored in the queue disc
    Callback signature: ns3::TracedValueCallback::Uint32
  • SojournTime: Sojourn time of the last packet dequeued from the queue disc
    Callback signature: ns3::Time::TracedCallback

Size of this type is 1376 bytes (on a 64-bit architecture).


The documentation for this class was generated from the following file: