message-size-increase #3

Open
sashakoshka wants to merge 81 commits from message-size-increase into main
Showing only changes of commit 38132dc58c - Show all commits

View File

@ -46,6 +46,10 @@ bits, and the CN is 5 bits. Both are interpreted as unsigned integers. Both
sides of the connection must agree on the semantic meaning of the values and sides of the connection must agree on the semantic meaning of the values and
their arrangement. their arrangement.
A TAPE structure begins with one root, which consists of a tag followed by a
payload. This is usually an aggregate data structure such as KTV to allow for
several different values.
TAPE is based on an encoding method previously developed by silt. TAPE is based on an encoding method previously developed by silt.
### Data Value Types ### Data Value Types