Project

General

Profile

PacketTagTypes » History » Version 3

Junxiao Shi, 11/12/2015 06:14 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 2 Alex Afanasyev
0xa0000000~0xafffffff | ndnSIM
19 3 Junxiao Shi
20 2 Alex Afanasyev
21
22
## Current usage in ndnSIM
23
24
ID         | Tag
25
---------- | ----------------------
26
0xaee87802 | ns3::ndn::Ns3PacketTag