Project

General

Profile

ContentType » History » Version 12

Zhongda Xia, 02/17/2019 12:47 AM

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