Project

General

Profile

ContentType » History » Version 5

Davide Pesavento, 12/23/2017 04:08 PM

1 1 Alex Afanasyev
ContentType
2
===========
3
4
The following table defines assigned types for ContentType in NDN Data packets.
5
6
ContentType | Assigned value (dec) | Description of the content | Reference
7
------------|----------------------|----------------------------|-----------
8
BLOB        |  0   | payload identified by the data name; this is the default ContentType  | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
9
LINK        |  1   | another name which identifies the actual data content | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
10
KEY         |  2   | public key | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
11
NACK        |  3   | application-level NACK | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
12 2 Alex Afanasyev
assigned    |  4   | TBD |
13 4 Alex Afanasyev
Reserved 1  | 5-1023 | 
14 5 Davide Pesavento
FLIC        |  1024  | File-Like ICN Collection (FLIC) | https://tools.ietf.org/html/draft-irtf-icnrg-flic-00
15
Experimentation range | 9000-9999 | Reserved for experimentation |
16 1 Alex Afanasyev
17
## Experimentation range
18
19
TBD
20
21
## Request assignment
22
23
TBD