#include <introspected-doxygen.hpp>
Config Paths
ns3::FdNetDevice is accessible through the following paths with Config::Set and Config::Connect:
-
"/NodeList/[i]/DeviceList/[i]/$ns3::FdNetDevice"
Attributes
-
Address: The MAC address of this device.
-
Set with class: Mac48AddressValue
-
Underlying type: Mac48Address
-
Initial value: ff:ff:ff:ff:ff:ff
-
Flags: construct write read
-
Start: The simulation time at which to spin up the device thread.
-
Set with class: ns3::TimeValue
-
Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
-
Initial value: +0ns
-
Flags: construct write read
-
Stop: The simulation time at which to tear down the device thread.
-
Set with class: ns3::TimeValue
-
Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
-
Initial value: +0ns
-
Flags: construct write read
-
EncapsulationMode: The link-layer encapsulation type to use.
-
Set with class: ns3::EnumValue
-
Underlying type:
-
Initial value: Dix
-
Flags: construct write read
-
RxQueueSize: Maximum size of the read queue. This value limits number of packets that have been read from the network into a memory buffer but have not yet been processed by the simulator.
-
Set with class: ns3::UintegerValue
-
Underlying type: uint32_t 0:4294967295
-
Initial value: 1000
-
Flags: construct write read
TraceSources
-
MacTx: Trace source indicating a packet has arrived for transmission by this device
Callback signature: ns3::Packet::TracedCallback
-
MacTxDrop: Trace source indicating a packet has been dropped by the device before transmission
Callback signature: ns3::Packet::TracedCallback
-
MacPromiscRx: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,
Callback signature: ns3::Packet::TracedCallback
-
MacRx: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,
Callback signature: ns3::Packet::TracedCallback
-
Sniffer: Trace source simulating a non-promiscuous packet sniffer attached to the device
Callback signature: ns3::Packet::TracedCallback
-
PromiscSniffer: Trace source simulating a promiscuous packet sniffer attached to the device
Callback signature: ns3::Packet::TracedCallback
Size of this type is 496 bytes (on a 64-bit architecture).
The documentation for this class was generated from the following file: