ContentType » History » Version 14
Davide Pesavento, 06/12/2020 10:04 AM
1 | 14 | Davide Pesavento | # ContentType |
---|---|---|---|
2 | 1 | Alex Afanasyev | |
3 | 14 | Davide Pesavento | The following table defines the currently assigned values for the ContentType element in NDN Data packets. |
4 | 1 | Alex Afanasyev | |
5 | ContentType | Assigned value (dec) | Description of the content | Reference |
||
6 | ------------|----------------------|----------------------------|----------- |
||
7 | 10 | Davide Pesavento | 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/) |
8 | Link | 1 | another name which identifies the actual data content | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) |
||
9 | 11 | Davide Pesavento | Key | 2 | public key; certificate | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) |
10 | 1 | Alex Afanasyev | Nack | 3 | application-level NACK | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) |
11 | 10 | Davide Pesavento | Manifest | 4 | manifest | #3301 |
12 | PrefixAnn | 5 | prefix announcement | [[nfd:PrefixAnnouncement]] |
||
13 | 14 | Davide Pesavento | KiteAck | 6 | KITE acknowledgment | [[KITE]] |
14 | 12 | Zhongda Xia | *Reserved* | 7-1023 | |
15 | 7 | Junxiao Shi | FLIC | 1024 | File-Like ICN Collection (FLIC) | [draft-irtf-icnrg-flic](https://datatracker.ietf.org/doc/draft-irtf-icnrg-flic/) |
16 | 11 | Davide Pesavento | *Experimentation range* | 9000-9999 | Reserved for experimentation | |
17 | 1 | Alex Afanasyev | |
18 | ## Experimentation range |
||
19 | |||
20 | TBD |
||
21 | |||
22 | 14 | Davide Pesavento | ## References |
23 | 1 | Alex Afanasyev | |
24 | 14 | Davide Pesavento | https://named-data.net/doc/NDN-packet-spec/current/data.html#contenttype |