Actions
ContentType » History » Revision 4
« Previous |
Revision 4/18
(diff)
| Next »
Alex Afanasyev, 12/10/2015 01:14 PM
ContentType¶
The following table defines assigned types for ContentType in NDN Data packets.
ContentType | Assigned value (dec) | Description of the content | Reference |
---|---|---|---|
BLOB | 0 | payload identified by the data name; this is the default ContentType | NDN Packet spec |
LINK | 1 | another name which identifies the actual data content | NDN Packet spec |
KEY | 2 | public key | NDN Packet spec |
NACK | 3 | application-level NACK | NDN Packet spec |
assigned | 4 | TBD | |
Reserved 1 | 5-1023 | ||
FLIC | 1024 | File-Like ICN Collection (FLIC) | https://github.com/tschudin/icn-flic-rfc/blob/master/draft-tschudin-icnrg-flic-00.txt |
Experimentation range | 9000-9999 | ContentType code that will not be assigned and can be used for experimentation |
Experimentation range¶
TBD
Request assignment¶
TBD
Updated by Alex Afanasyev almost 9 years ago · 18 revisions