Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wire protocol of the headers bytes (if present not above mentioned attributes bit flag is true)

Code Block
languagejava
Headers (bytes) => Count Set(Key, ValueLength, Value)
  Count => int32 <---------------------- NEW Number of headers
  Set =>
	Key => int32 <---------------------- NEW int key of the header
    ValueLength => int32 <-------------- NEW size of the byte[] of the serialised header value
    Value => bytes <-------------------- NEW serialised form of the header value
 

 

Key Allocation

As mentioned above ranges of keys will be reserved for different usages.

...