MsgBufferType

Type of message buffers - either Flat (similar to Flatbuffers) or Var (similar to Protobuf)

Values

ValueMeaning
Flat0

Flat (similar to Flatbuffers) - no variable integer encoding/decoding.

Var1

Variable (similar to Protobuf) - integers are encoded/decoded as varints.

Meta