class ns3::Node This object is accessible through the following paths with Config::Set and Config::Connect: /NodeList/[i] Attributes defined for this type: DeviceList: The list of devices associated to this Node. Set with class: ns3::ObjectPtrContainerValue Underlying type: ns3::Ptr< ns3::NetDevice > Flags: read ApplicationList: The list of applications associated to this Node. Set with class: ns3::ObjectPtrContainerValue Underlying type: ns3::Ptr< ns3::Application > Flags: read Id: The id (unique integer) of this Node. Set with class: ns3::UintegerValue Underlying type: uint32_t 0:4294967295 Flags: read No TraceSources defined for this type. Reimplemented from ns3::Object. ---------------------------------------- class ns3::DropTailQueue This object is accessible through the following paths with Config::Set and Config::Connect: /NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/TxQueue/$ns3::DropTailQueue /NodeList/[i]/DeviceList/[i]/$ns3::EmuNetDevice/TxQueue/$ns3::DropTailQueue Attributes defined for this type: Mode: Whether to use Bytes (see MaxBytes) or Packets (see MaxPackets) as the maximum queue size metric. Set with class: ns3::EnumValue Underlying type: Bytes|Packets Initial value: Packets Flags: construct write MaxPackets: The maximum number of packets accepted by this DropTailQueue. Set with class: ns3::UintegerValue Underlying type: uint32_t 0:4294967295 Initial value: 100 Flags: construct write read MaxBytes: The maximum number of bytes accepted by this DropTailQueue. Set with class: ns3::UintegerValue Underlying type: uint32_t 0:4294967295 Initial value: 6553500 Flags: construct write read No TraceSources defined for this type. TraceSources defined in parent class ns3::Queue: Enqueue: Enqueue a packet in the queue. Dequeue: Dequeue a packet from the queue. Drop: Drop a packet stored in the queue. Reimplemented from ns3::Queue. ----------------------------------------