ContentType » History » Version 3
Alex Afanasyev, 12/10/2015 01:11 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 | 2 | Alex Afanasyev | assigned | 4 | TBD | |
| 13 | 3 | Alex Afanasyev | Reserved 1 | 5-1023 | |
| 14 | 2 | Alex Afanasyev | Experimentation range | 9000-9999 | ContentType code that will not be assigned and can be used for experimentation | |
| 15 | 1 | Alex Afanasyev | |
| 16 | ## Experimentation range |
||
| 17 | |||
| 18 | TBD |
||
| 19 | |||
| 20 | ## Request assignment |
||
| 21 | |||
| 22 | TBD |