Project

General

Profile

ContentType » History » Version 16

Davide Pesavento, 06/14/2020 04:52 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 16 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      | Reserved for future assignments
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