mirror of https://github.com/vacp2p/research.git
add definitions
This commit is contained in:
parent
f7e0ff2b11
commit
67b53bcd79
|
@ -17,8 +17,11 @@ from a node that is offline.
|
|||
|
||||
## Definitions
|
||||
|
||||
| Term | Definition |
|
||||
| ----------- | -------------------------------------------------------------------------------------- |
|
||||
| Term | Definition |
|
||||
| ----------- | -------------------------------------------------------------------------------------- |
|
||||
| CAS | Content-addressed storage. Stores data that can be addressed by its hash. |
|
||||
| Name system | Name system. Associates mutable data to a name. |
|
||||
| Remote log | Replication of a local log at a different location. |
|
||||
|
||||
## Roles
|
||||
|
||||
|
@ -26,8 +29,6 @@ from a node that is offline.
|
|||
2. Name system (NS)
|
||||
3. Content-addressed storage (CAS)
|
||||
|
||||
As well as the *remote log* payload.
|
||||
|
||||
## Wire Protocol
|
||||
|
||||
### Payloads
|
||||
|
@ -80,6 +81,8 @@ message Response {
|
|||
|
||||
<!-- // TODO: NameInit? -->
|
||||
|
||||
<!-- TODO: Consider extending pair with (optional) data -->
|
||||
|
||||
#### Remote
|
||||
```protobuf
|
||||
message RemoteLog {
|
||||
|
|
Loading…
Reference in New Issue