Project

General

Profile

Actions

Task #4690

closed

URI of NameComponent: strict or ambiguous

Added by Junxiao Shi almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
Due date:
% Done:

100%

Estimated time:

Description

NDN Packet Format 0.3 encodes a NameComponent as follows:

  • GenericNameComponent does not have a prefix.
  • ImplicitSha256DigestComponent has the prefix sha256digest=.
  • Other typed name components have prefix <number>= where <number> is the TLV-TYPE encoded in decimal format without leading zero.

Since <number>= is applied on "other typed name components" only, it is not permitted to use 8= on GenericNameComponent or 1= on ImplicitSha256DigestComponent.

However, there is proposal to loosen this requirement, and allow 8= on GenericNameComponent or 1= on ImplicitSha256DigestComponent.
This issue is to discuss such proposal, and make necessary protocol updates.

Actions

Also available in: Atom PDF