Skip to content

Commit

Permalink
Script updating gh-pages from 016bb6b. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jan 19, 2024
1 parent 61f186e commit 6b05b7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 5 additions & 3 deletions draft-ietf-mls-architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -2100,8 +2100,8 @@ <h3 id="name-delivery-of-messages">
<ul class="normal">
<li class="normal" id="section-5.2-4.1">
<p id="section-5.2-4.1.1">Consistent and Partition-tolerant, or Strongly Consistent, systems can provide
a globally consistent view of data but may stop working if there are network
issues;<a href="#section-5.2-4.1.1" class="pilcrow"></a></p>
a globally consistent view of data but has the inconvenient of clients needing
to handle rejected messages;<a href="#section-5.2-4.1.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-5.2-4.2">
<p id="section-5.2-4.2.1">Available and Partition-tolerant, or Eventually Consistent, systems continue
Expand All @@ -2110,7 +2110,9 @@ <h3 id="name-delivery-of-messages">
</li>
</ul>
<p id="section-5.2-5">Strategies for sequencing messages in strongly and eventually consistent systems
are described in the next two subsections.<a href="#section-5.2-5" class="pilcrow"></a></p>
are described in the next two subsections. Most Delivery Service will use the
Strongly Consistent paradigm but this remains a choice that can be handled in
coordination with the client and advertized in the KeyPackages.<a href="#section-5.2-5" class="pilcrow"></a></p>
<p id="section-5.2-6">However, note that a malicious Delivery Service could also reorder messages or
provide an inconsistent view to different users. The "generation" counter in
MLS messages provides per-sender loss detection and ordering that cannot be
Expand Down
9 changes: 6 additions & 3 deletions draft-ietf-mls-architecture.txt
Original file line number Diff line number Diff line change
Expand Up @@ -648,15 +648,18 @@ Welcome (Charlie) -----------------------------------------> | Step 4
Service might fall into:

* Consistent and Partition-tolerant, or Strongly Consistent, systems
can provide a globally consistent view of data but may stop
working if there are network issues;
can provide a globally consistent view of data but has the
inconvenient of clients needing to handle rejected messages;

* Available and Partition-tolerant, or Eventually Consistent,
systems continue working despite network issues but may return
different views of data to different users.

Strategies for sequencing messages in strongly and eventually
consistent systems are described in the next two subsections.
consistent systems are described in the next two subsections. Most
Delivery Service will use the Strongly Consistent paradigm but this
remains a choice that can be handled in coordination with the client
and advertized in the KeyPackages.

However, note that a malicious Delivery Service could also reorder
messages or provide an inconsistent view to different users. The
Expand Down

0 comments on commit 6b05b7f

Please sign in to comment.