Project

General

Profile

ContentType » History » Revision 7

Revision 6 (Junxiao Shi, 03/02/2018 04:56 AM) → Revision 7/18 (Junxiao Shi, 03/23/2018 09:46 AM)

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/) 
 Manifest      |    4     | Manifest | #3301 
 Reserved 1    | 5-1023 |  
 FLIC          |    1024    | File-Like ICN Collection (FLIC) | [draft-irtf-icnrg-flic](https://datatracker.ietf.org/doc/draft-irtf-icnrg-flic/) https://tools.ietf.org/html/draft-irtf-icnrg-flic-00 
 Experimentation range | 9000-9999 | Reserved for experimentation | 

 ## Experimentation range 

 TBD 

 ## Request assignment 

 TBD