mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-11 15:24:51 +00:00
Update remote log asset
This commit is contained in:
parent
c4183b25dc
commit
cef6fcc0b5
21
assets/remotelog/remote-log.msc
Normal file
21
assets/remotelog/remote-log.msc
Normal file
@ -0,0 +1,21 @@
|
||||
# Alice and Bob: remote log data sync
|
||||
msc {
|
||||
hscale="2", wordwraparcs=on;
|
||||
|
||||
alice [label="Alice"],
|
||||
cas [label="CAS"],
|
||||
ns [label="NS"],
|
||||
bob [label="Bob"];
|
||||
|
||||
--- [label="Alice replicates data to a remote log"];
|
||||
alice => cas [label="Add content"];
|
||||
cas => alice [label="Address"];
|
||||
alice => ns [label="Update NameUpdate"];
|
||||
ns => alice [label="Response"];
|
||||
|
||||
--- [label="Bob comes online"];
|
||||
bob => ns [label="Fetch"];
|
||||
ns => bob [label="Content"];
|
||||
bob => cas [label="Fetch Query"];
|
||||
cas => bob [label="Content"];
|
||||
}
|
BIN
assets/remotelog/remote-log.png
Normal file
BIN
assets/remotelog/remote-log.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -150,7 +150,7 @@ The *remote log* protobuf is what is stored at the Name system.
|
||||
<!-- diagram -->
|
||||
|
||||
<p align="center">
|
||||
<img src="./remote-log.png" />
|
||||
<img src="./assets/remotelog/remote-log.png" />
|
||||
<br />
|
||||
Figure 1: Remote log data synchronization.
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user