Actions
NameComponentType » History » Revision 9
« Previous |
Revision 9/29
(diff)
| Next »
Davide Pesavento, 07/30/2018 03:08 PM
Name Component Type Assignment¶
This document provides reference to the assigned Name Component types as well as reserves ranges of types for experimentation purposes.
Assigned types¶
| Type | Assigned value (dec) | Description of the content | Reference |
|---|---|---|---|
| Invalid | 0 | Invalid name component type | NDN Packet spec |
| ImplicitSha256DigestComponent | 1 | Implicit SHA256 digest component | NDN Packet spec |
| InterestParametersSha256DigestComponent | 2 | SHA256 digest of Interest Parameters | NDN Packet spec |
| GenericNameComponent | 8 | Generic name component | NDN Packet spec |
Reserved ranges¶
| Type (dec) | Description |
|---|---|
| 3-7, 9-200 | Unassigned (1-byte encoding) |
| 201-252 | For experimental use (1-byte encoding) |
| 253-3200 | Unassigned (3-byte encoding) |
| 3201-65535 | For experimental use (3-byte encoding) |
| 65536+ | Invalid values (5+-byte encoding) |
Updated by Davide Pesavento over 7 years ago · 29 revisions