A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::FlowProbe::FlowStats Struct Reference

Public Attributes

uint64_t bytes
 Number of bytes seen of this flow.
 
std::vector< uint64_t > bytesDropped
 bytesDropped[reasonCode] => number of dropped bytes
 
Time delayFromFirstProbeSum
 
uint32_t packets
 Number of packets seen of this flow.
 
std::vector< uint32_t > packetsDropped
 packetsDropped[reasonCode] => number of dropped packets
 

Detailed Description

Definition at line 53 of file flow-probe.h.

Member Data Documentation

Time ns3::FlowProbe::FlowStats::delayFromFirstProbeSum

divide by 'packets' to get the average delay from the first (entry) probe up to this one (partial delay)

Definition at line 63 of file flow-probe.h.


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