ContentType » History » Revision 5
Revision 4 (Alex Afanasyev, 12/10/2015 01:14 PM) → Revision 5/18 (Davide Pesavento, 12/23/2017 04:08 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-1023 | FLIC | 1024 | File-Like ICN Collection (FLIC) | https://tools.ietf.org/html/draft-irtf-icnrg-flic-00 https://github.com/tschudin/icn-flic-rfc/blob/master/draft-tschudin-icnrg-flic-00.txt Experimentation range | 9000-9999 | Reserved ContentType code that will not be assigned and can be used for experimentation | ## Experimentation range TBD ## Request assignment TBD