Project

General

Profile

NameComponentType » History » Version 2

Alex Afanasyev, 01/29/2018 11:49 AM

1 1 Alex Afanasyev
# Name Component Type Assignment
2
3
This document provides reference to the assigned Name Component types as well as reserves the range of types for experimentation purposes.
4 2 Alex Afanasyev
5
## Assigned types
6
7
Type | Assigned value (dec) | Description of the content | Reference
8
------------|----------------------|----------------------------|-----------
9
ImplicitSha256DigestComponent        |  1   | Implicit SHA256 component  | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
10
GenericNameComponent        |  8   | Generic name component  | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
11
12
## Reserved ranges
13
14
Types (dec) | Description of the content
15
-------------|-------------------------
16
0  | Reserved for invalid name component type
17
2-7, 8-200  | Unassigned (1-byte encoding)
18
201-252  | For experimental use (1-byte encoding)
19
253-3200 | Unassigned (3-byte encoding)
20
3201-32767 | For experimental use (3-byte encoding)
21
32767+ | Unassigned (3+-byte encoding)