Actions
ContentType » History » Revision 17
« Previous |
Revision 17/23
(diff)
| Next »
Davide Pesavento, 01/13/2023 05:51 PM
ContentType¶
The following table defines the currently assigned values for the ContentType element in NDN Data packets.
| ContentType | Value (dec) | Description of the content | Reference |
|---|---|---|---|
| Blob | 0 | Payload identified by the data name; this is the default ContentType | NDN Packet spec |
| Link | 1 | Another name which identifies the actual data content | NDN Packet spec |
| Key | 2 | Public key; certificate | NDN Packet spec |
| Nack | 3 | Application-level NACK | NDN Packet spec |
| Manifest | 4 | Manifest | #3301 |
| PrefixAnn | 5 | Prefix announcement | PrefixAnnouncement |
| EncapData | 6 | Encapsulated Data packet | |
| (reserved) | 7-1023 | Reserved for future assignments | |
| FLIC | 1024 | File-Like ICN Collection (FLIC) | draft-irtf-icnrg-flic |
| Experimentation range | 9000-9999 | Reserved for experimentation |
Experimentation range¶
TBD
References¶
https://named-data.net/doc/NDN-packet-spec/current/data.html#contenttype
Updated by Davide Pesavento almost 3 years ago · 23 revisions