ContentType » History » Revision 2
Revision 1 (Alex Afanasyev, 12/09/2015 04:35 PM) → Revision 2/18 (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](http://named-data.net/doc/ndn-tlv/)
LINK | 1 | another name which identifies the actual data content | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
KEY | 2 | public key | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
NACK | 3 | application-level NACK | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
assigned | 4 | TBD |
Reserved 1 | 5-1024 |
Experimentation range | 9000-9999 | ContentType code that will not be assigned and can be used for experimentation |
## Experimentation range
TBD
## Request assignment
TBD