ContentType » History » Version 6
Junxiao Shi, 03/02/2018 04:56 AM
1 | 1 | Alex Afanasyev | ContentType |
---|---|---|---|
2 | =========== |
||
3 | |||
4 | The following table defines assigned types for ContentType in NDN Data packets. |
||
5 | |||
6 | ContentType | Assigned value (dec) | Description of the content | Reference |
||
7 | ------------|----------------------|----------------------------|----------- |
||
8 | BLOB | 0 | payload identified by the data name; this is the default ContentType | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/) |
||
9 | LINK | 1 | another name which identifies the actual data content | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/) |
||
10 | KEY | 2 | public key | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/) |
||
11 | NACK | 3 | application-level NACK | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/) |
||
12 | 6 | Junxiao Shi | Manifest | 4 | Manifest | #3301 |
13 | 4 | Alex Afanasyev | Reserved 1 | 5-1023 | |
14 | 5 | Davide Pesavento | FLIC | 1024 | File-Like ICN Collection (FLIC) | https://tools.ietf.org/html/draft-irtf-icnrg-flic-00 |
15 | Experimentation range | 9000-9999 | Reserved for experimentation | |
||
16 | 1 | Alex Afanasyev | |
17 | ## Experimentation range |
||
18 | |||
19 | TBD |
||
20 | |||
21 | ## Request assignment |
||
22 | |||
23 | TBD |