Project

General

Profile

ContentType » History » Revision 10

Revision 9 (Davide Pesavento, 08/21/2018 03:17 PM) → Revision 10/18 (Davide Pesavento, 08/21/2018 03:25 PM)

ContentType 
 =========== 

 The following table defines assigned values types for ContentType in NDN Data packets. 

 ContentType | Assigned value (dec) | Description of the content | Reference 
 ------------|----------------------|----------------------------|----------- 
 Blob BLOB          |    0           | payload identified by the data name; this is the default ContentType    | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) spec](http://named-data.net/doc/ndn-tlv/) 
 Link LINK          |    1           | another name which identifies the actual data content | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) spec](http://named-data.net/doc/ndn-tlv/) 
 Key KEY           |    2           | public key | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) spec](http://named-data.net/doc/ndn-tlv/) 
 Nack NACK          |    3           | application-level NACK | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) spec](http://named-data.net/doc/ndn-tlv/) 
 Manifest      |    4           | manifest Manifest | #3301 
 PrefixAnn     PA            |    5           | prefix announcement | [[nfd:PrefixAnnouncement]] 
 Reserved 1    | 6-1023 | 
  
 FLIC          |    1024    | File-Like ICN Collection (FLIC) | [draft-irtf-icnrg-flic](https://datatracker.ietf.org/doc/draft-irtf-icnrg-flic/) 
 Experimentation range | 9000-9999 | Reserved for experimentation | 

 ## Experimentation range 

 TBD 

 ## Request assignment 

 TBD