Closed
Description
Some people raised the issue related to the endianess that we use for the trace-options. We need to agree on one of the endianess and use that to encode the trace-options and any future fields.
The current proposal is to use little-endian because it is more natural for all CPU architectures (probably >90% CPUs in used are little-endian).
The suggested proposal was to use big-endian because it is more human-readable, also default in Java and the network-order.
Please vote here for one or the other.