A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::FlowMonitor::TrackedPacket Struct Reference

Structure to represent a single tracked packet data. More...

+ Collaboration diagram for ns3::FlowMonitor::TrackedPacket:

Public Attributes

Time firstSeenTime
 absolute time when the packet was first seen by a probe
 
Time lastSeenTime
 absolute time when the packet was last seen by a probe
 
uint32_t timesForwarded
 number of times the packet was reportedly forwarded
 

Detailed Description

Structure to represent a single tracked packet data.

Definition at line 286 of file flow-monitor.h.

Member Data Documentation

◆ firstSeenTime

Time ns3::FlowMonitor::TrackedPacket::firstSeenTime

absolute time when the packet was first seen by a probe

Definition at line 288 of file flow-monitor.h.

Referenced by ns3::FlowMonitor::ReportFirstTx().

◆ lastSeenTime

Time ns3::FlowMonitor::TrackedPacket::lastSeenTime

absolute time when the packet was last seen by a probe

Definition at line 289 of file flow-monitor.h.

Referenced by ns3::FlowMonitor::ReportFirstTx().

◆ timesForwarded

uint32_t ns3::FlowMonitor::TrackedPacket::timesForwarded

number of times the packet was reportedly forwarded

Definition at line 290 of file flow-monitor.h.

Referenced by ns3::FlowMonitor::ReportFirstTx().


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