Update mvds.md (#33)

* Update mvds.md

* Update mvds.md
This commit is contained in:
Dean Eigenmann 2019-11-18 05:32:56 +01:00 committed by Oskar Thorén
parent 33eb753d50
commit 2e52055ba4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ The current `HASH` function used is `sha256`.
### State
We refer to `state` as a collection of data each node SHOULD hold for records of the types `OFFER`, `REQUEST` and `MESSAGE` per peer. We MUST NOT keep states for `ACK` records as we do not retransmit those periodically. The following information is stored for records:
We refer to `state` as set of records for the types `OFFER`, `REQUEST` and `MESSAGE` that every node SHOULD store per peer. `state` MUST NOT contain `ACK` records as we do not retransmit those periodically. The following information is stored for records:
- **Type** - Either `OFFER`, `REQUEST` or `MESSAGE`
- **Send Count** - The amount of times a record has been sent to a peer.