#include "flow-classifier.h"
#include "ns3/nstime.h"
#include "ns3/object.h"
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | ns3::FlowProbe |
The FlowProbe class is responsible for listening for packet events in a specific point of the simulated space, report those events to the global FlowMonitor, and collect its own flow statistics regarding only the packets that pass through that probe. More... | |
struct | ns3::FlowProbe::FlowStats |
Structure to hold the statistics of a flow. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |