Actions
ContentType » History » Revision 8
« Previous |
Revision 8/23
(diff)
| Next »
Junxiao Shi, 08/21/2018 01:45 PM
ContentType¶
The following table defines assigned types for ContentType in NDN Data packets.
| ContentType | Assigned 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 | NDN Packet spec |
| NACK | 3 | application-level NACK | NDN Packet spec |
| Manifest | 4 | Manifest | #3301 |
| PA | 5 | prefix announcement | PrefixAnnouncement |
| Reserved 1 | 5-1023 | ||
| FLIC | 1024 | File-Like ICN Collection (FLIC) | draft-irtf-icnrg-flic |
| Experimentation range | 9000-9999 | Reserved for experimentation |
Experimentation range¶
TBD
Request assignment¶
TBD
Updated by Junxiao Shi about 7 years ago · 23 revisions