Project

General

Profile

ContentType » History » Revision 4

Revision 3 (Alex Afanasyev, 12/10/2015 01:11 PM) → Revision 4/18 (Alex Afanasyev, 12/10/2015 01:14 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://github.com/tschudin/icn-flic-rfc/blob/master/draft-tschudin-icnrg-flic-00.txt 
 Experimentation range | 9000-9999 | ContentType code that will not be assigned and can be used for experimentation | 

 ## Experimentation range 

 TBD 

 ## Request assignment 

 TBD