Actions
ContentType » History » Revision 3
« Previous |
Revision 3/23
(diff)
| Next »
Alex Afanasyev, 12/10/2015 01:11 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 |
| assigned | 4 | TBD | |
| Reserved 1 | 5-1023 | ||
| Experimentation range | 9000-9999 | ContentType code that will not be assigned and can be used for experimentation |
Experimentation range¶
TBD
Request assignment¶
TBD
Updated by Alex Afanasyev almost 10 years ago · 23 revisions