Project

General

Profile

Actions

PacketTagTypes » History » Revision 6

« Previous | Revision 6/20 (diff) | Next »
Alex Afanasyev, 12/06/2016 04:27 PM


Packet tag TypeId assignments

This page is a registry for type identifiers of Tag derived classes.

Each Tag derived class MUST declare the following method:

static constexpr int 
getTypeId();

The return value of those methods SHOULD be registered in the table below.

ID or range Usage
0000~0009 Unit testing
0010 NDNLPv2 IncomingFaceId
0011 NDNLPv2 NextHopFaceId
0012 NDNLPv2 CachePolicy
0013 NDNLPv2 CongestionMark
0xa0000000 ndnSIM: HopCount
0xa0000001~0xafffffff ndnSIM
9000-9999 reserved for private experiments

Current usage in ndnSIM

ID Tag
0xaee87802 ns3::ndn::Ns3PacketTag

Updated by Alex Afanasyev over 7 years ago · 6 revisions