Project

General

Profile

ContentType » History » Version 19

Varun Patil, 02/07/2025 10:10 PM

1 14 Davide Pesavento
# ContentType
2 1 Alex Afanasyev
3 17 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 18 Davide Pesavento
Blob         |  0          | Payload identified by the data name; this is the default ContentType | [NDN packet spec](https://docs.named-data.net/NDN-packet-spec/current/data.html)
8
Link         |  1          | Another name which identifies the actual data content | [Link object](https://docs.named-data.net/NDN-packet-spec/current/link.html)
9
Key          |  2          | Public key; certificate | [Certificate](https://docs.named-data.net/NDN-packet-spec/current/certificate.html)
10
Nack         |  3          | Application-level NACK | [NDN packet spec](https://docs.named-data.net/NDN-packet-spec/current/data.html)
11 16 Davide Pesavento
Manifest     |  4          | Manifest | #3301
12 18 Davide Pesavento
PrefixAnnouncement |  5             | Prefix announcement object | [[nfd:PrefixAnnouncement]]
13
EncapsulatedData   |  6             | Encapsulated Data packet | Used by SVS-PS
14 19 Varun Patil
SigningKey         |  9             | Unencrypted asymmetric private key | Used by NDNd
15 18 Davide Pesavento
*(reserved)*       | 7-1023         | Reserved for future assignments
16
FLIC               |  1024          | File-Like ICN Collection (FLIC) | [draft-irtf-icnrg-flic](https://datatracker.ietf.org/doc/draft-irtf-icnrg-flic/)
17 11 Davide Pesavento
*Experimentation range* | 9000-9999 | Reserved for experimentation |
18 1 Alex Afanasyev
19
## Experimentation range
20
21
TBD
22
23 14 Davide Pesavento
## References
24 1 Alex Afanasyev
25 18 Davide Pesavento
https://docs.named-data.net/NDN-packet-spec/current/data.html#contenttype