Project

General

Profile

PacketTagTypes » History » Version 7

Alex Afanasyev, 12/06/2016 04:36 PM

1 3 Junxiao Shi
# Packet tag TypeId assignments
2 1 Alex Afanasyev
3 2 Alex Afanasyev
This page is a registry for type identifiers of Tag derived classes.
4
5
Each Tag derived class MUST declare the following method:
6
7
    static constexpr int 
8
    getTypeId();
9
10
The return value of those methods SHOULD be registered in the table below.
11
12
ID or range           | Usage
13 1 Alex Afanasyev
--------------------- | ---------------------------------------------------------------------
14
0000~0009             | Unit testing
15 3 Junxiao Shi
0010                  | [[nfd:NDNLPv2]] IncomingFaceId
16
0011                  | [[nfd:NDNLPv2]] NextHopFaceId
17
0012                  | [[nfd:NDNLPv2]] CachePolicy
18 5 Eric Newberry
0013                  | [[nfd:NDNLPv2]] CongestionMark
19 7 Alex Afanasyev
0x60000000 | ndnSIM: HopCount
20
0x60000001~0x6fffffff | ndnSIM
21 4 Junxiao Shi
9000-9999             | reserved for private experiments
22 3 Junxiao Shi
23 2 Alex Afanasyev
24
25
## Current usage in ndnSIM
26
27
ID         | Tag
28
---------- | ----------------------
29
0xaee87802 | ns3::ndn::Ns3PacketTag