ns3::WifiNetDevice
-
Rx: Received payload from the MAC layer.
-
Tx: Send payload to the MAC layer.
ns3::WifiPhy
-
State: The WifiPhy state
-
RxOk: A packet has been received successfully.
-
RxError: A packet has been received unsuccessfully.
-
Tx: Packet transmission is starting.
ns3::MobilityModel
-
CourseChange: The value of the position and/or velocity vector changed
ns3::olsr::AgentImpl
-
Rx: Receive OLSR packet.
-
Tx: Send OLSR packet.
-
RoutingTableChanged: The OLSR routing table has changed.
ns3::PacketSink
-
Rx: A packet has been received
ns3::OnOffApplication
-
Tx: A new packet is created and is sent
ns3::CsmaNetDevice
-
Rx: The trace source to fire on reception of a MAC packet.
-
Drop: Trace source to fire on when a MAC packet is dropped.
ns3::PointToPointNetDevice
-
Rx: Trace source to fire on reception of a MAC packet.
-
Drop: Trace source to fire on when a MAC packet is dropped.
ns3::TcpSocketImpl
-
CongestionWindow: The TCP connection's congestion window
ns3::ArpL3Protocol
-
Drop: Packet dropped because not enough room in pending queue for a specific cache entry.
ns3::Ipv4L3Protocol
-
Tx: Send ipv4 packet to outgoing interface.
-
Rx: Receive ipv4 packet from incoming interface.
-
Drop: Drop ipv4 packet
ns3::Queue
-
Enqueue: Enqueue a packet in the queue.
-
Dequeue: Dequeue a packet from the queue.
-
Drop: Drop a packet stored in the queue.
ns3::ArpCache
-
Drop: Packet dropped due to ArpCache entry in WaitReply expiring.