ContentType » History » Version 1
Alex Afanasyev, 12/09/2015 04:35 PM
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 | |||
13 | ## Experimentation range |
||
14 | |||
15 | TBD |
||
16 | |||
17 | ## Request assignment |
||
18 | |||
19 | TBD |