Changes

Np1sec/incremental consistency

5 bytes added, 9 years ago
/* Relative ordering */ tone down the terminology, "unsynced" sounds too severe
Ensure that messages received out-of-order are highly visible to the user.
A message m is ''unsyncedbadly ordered'' if seqnum(parent(m)) < seqnum(m) - MAX_UNSYNC_COUNT
* MAX_UNSYNC_COUNT may either be constant, or a linear function of the number of members, TBD.
42
edits