A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
flow-classifier.cc
Go to the documentation of this file.
1//
2// Copyright (c) 2009 INESC Porto
3//
4// SPDX-License-Identifier: GPL-2.0-only
5//
6// Author: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> <gjcarneiro@gmail.com>
7//
8
9#include "flow-classifier.h"
10
11namespace ns3
12{
13
15 : m_lastNewFlowId(0)
16{
17}
18
22
28
29} // namespace ns3
FlowId GetNewFlowId()
Returns a new, unique Flow Identifier.
FlowId m_lastNewFlowId
Last known Flow ID.
uint32_t FlowId
Abstract identifier of a packet flow.
Every class exported by the ns3 library is enclosed in the ns3 namespace.