#include "introspected-doxygen.h"
Config Paths
ns3::DropTailQueue<Packet> is accessible through the following paths with Config::Set and Config::Connect:
-
"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/TxQueue/$ns3::DropTailQueue<Packet>"
-
"/NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Queue/$ns3::DropTailQueue<Packet>"
-
"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/TxQueue/$ns3::DropTailQueue<Packet>"
-
"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/TxQueue/$ns3::DropTailQueue<Packet>"
Attributes
-
MaxSize: The max queue size
-
Set with class: ns3::QueueSizeValue
-
Underlying type:
QueueSize
-
Initial value: 100p
-
Flags: constructwriteread
-
Support level: SUPPORTED
No TraceSources are defined for this type.
TraceSources defined in parent class ns3::Queue<Packet>
-
Dequeue: Dequeue a packet from the queue.
-
Drop: Drop a packet (for whatever reason).
-
DropAfterDequeue: Drop a packet after dequeue.
-
DropBeforeEnqueue: Drop a packet before enqueue.
-
Enqueue: Enqueue a packet in the queue.
TraceSources defined in parent class ns3::QueueBase
-
BytesInQueue: Number of bytes currently stored in the queue
-
PacketsInQueue: Number of packets currently stored in the queue
Group: Network
Size of this type is 328 bytes (on a 64-bit architecture).
The documentation for this class was generated from the following file: