TLV-Based Encoding
My former employee computer genus suggested we read about,
Type-Length-Value (TLV) Encoding
Each NDN packet is encoded in TLV format. NDN Interest and Data packets are distinguished by the type number in the first and outermost TLV0.
.....
See:
https://docs.named-data.net/NDN-packet-spec/current/tlv.html
There is something of interest:
Considerations for Evolvability of TLV-Based Encoding
To ensure that the TLV-based protocol can evolve over time without requiring flag days, the least significant bit of TLV-TYPE (unless overridden by the specification of a particular
New to me was the phrase "requiring flag day" which is like the issue of which I was writing about how we have to evolve not only the Krake but the PMDs of all flavors.