Changes

Np1sec/SenderKeys

8 bytes added, 9 years ago
/* Causal order */ clarify who controls ownseqnum
* The parent of a message is different from the "previous" message in the server's ordering, e.g. in a "simultaneous send" case two messages will have the same parent.
To prevent the server re-ordering (A, B) when they have the same parent, each message also includes an explicit own-sequence-number, incremented by the sending client themselves.
We must enforce a few invariants. For every pair of messages A, B:
42
edits