You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrappers for TLV records of a variable-length type
TLV records containing a single variable-length type should not encoded
the types length in the value since it is redundant. Add a wrapper type
that can be used within a TLV stream to support the correct behavior
during serialization and de-serialization.
Likewise, subtypes of such records must include type lengths. Add a
wrapper type that includes the length using a specified unsigned type.
0 commit comments