mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-14 17:04:19 +00:00
d899e6af79
* Remove GH actions (not used) * Move assets not ported to own dir * Remove old specs (all ported) and ruby/node junk
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
# Alice and Bob: batch data sync
|
|
msc {
|
|
hscale="2", wordwraparcs=on;
|
|
|
|
alice [label="Alice"],
|
|
bob [label="Bob"];
|
|
|
|
--- [label="batch data sync"];
|
|
alice => alice [label="add messages to payload state"];
|
|
alice >> bob [label="send payload with messages"];
|
|
|
|
bob => bob [label="add acks to payload state"];
|
|
bob >> alice [label="send payload with acks"];
|
|
}
|