Project

General

Profile

ContentType » History » Revision 13

Revision 12 (Zhongda Xia, 02/17/2019 12:47 AM) → Revision 13/18 (Davide Pesavento, 06/13/2019 01:02 PM)

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

 The following table defines assigned values 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](https://named-data.net/doc/NDN-packet-spec/current/) 
 Link          |    1       | another name which identifies the actual data content | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) 
 Key           |    2       | public key; certificate | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) 
 Nack          |    3       | application-level NACK | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) 
 Manifest      |    4       | manifest | #3301 
 PrefixAnn     |    5       | prefix announcement | [[nfd:PrefixAnnouncement]] 
 KiteAck     |    6       | KITE acknowledgment | [[KITE]] [[nfd:KiteAck]] 
 *Reserved*    | 7-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