Project

General

Profile

Feature #4526

Updated by Junxiao Shi about 6 years ago

NDN Packet Format v0.3 permits certain TLV-TYPEs other than GenericNameComponent and ImplicitSha256DigestComponent to be a NameComponent. 
 In `ndn::Name` and `ndn::name::Component` should recognize these types, and properly convert a name containing typed name components to and from URI. 
 This is part of [[nfd:Packet03Transition]].

Back