Project

General

Profile

ContentType » History » Version 15

Davide Pesavento, 06/13/2020 02:19 PM

1 14 Davide Pesavento
# ContentType
2 1 Alex Afanasyev
3 14 Davide Pesavento
The following table defines the currently assigned values for the ContentType element in NDN Data packets.
4 1 Alex Afanasyev
5 15 Davide Pesavento
ContentType | Value (dec) | Description of the content | Reference
6
------------|-------------|----------------------------|----------
7
Blob        |  0          | payload identified by the data name; this is the default ContentType | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/)
8
Link        |  1          | another name which identifies the actual data content | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/)
9
Key         |  2          | public key; certificate | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/)
10
Nack        |  3          | application-level NACK | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/)
11
Manifest    |  4          | manifest | #3301
12
PrefixAnn   |  5          | prefix announcement | [[nfd:PrefixAnnouncement]]
13
KiteAck     |  6          | KITE acknowledgment | [[KITE]]
14
*Reserved*  | 7-1023      |
15
FLIC        |  1024       | File-Like ICN Collection (FLIC) | [draft-irtf-icnrg-flic](https://datatracker.ietf.org/doc/draft-irtf-icnrg-flic/)
16 11 Davide Pesavento
*Experimentation range* | 9000-9999 | Reserved for experimentation |
17 1 Alex Afanasyev
18
## Experimentation range
19
20
TBD
21
22 14 Davide Pesavento
## References
23 1 Alex Afanasyev
24 14 Davide Pesavento
https://named-data.net/doc/NDN-packet-spec/current/data.html#contenttype