message-size-increase #3

Open
sashakoshka wants to merge 132 commits from message-size-increase into main
Showing only changes of commit 99392d50fc - Show all commits

View File

@ -63,10 +63,6 @@ in detail in the following sections.
| 6 | 110 | KTV | Key-tag-value table | 6 | 110 | KTV | Key-tag-value table
| 7 | 111 | N/A | Reserved | 7 | 111 | N/A | Reserved
#### No Value (NIL)
NIL is used to encode the absence of a value where there would otherwise be one.
The CN of a NIL is ignored. It has no payload.
#### Small Integer (SI) #### Small Integer (SI)
SI encodes an integer of up to 5 bits, which are stored in the CN. It has no SI encodes an integer of up to 5 bits, which are stored in the CN. It has no
payload. Whether the bits are interpreted as unsigned or as signed two's payload. Whether the bits are interpreted as unsigned or as signed two's