diff --git a/mvds.md b/mvds.md index d93946e..3569fd0 100644 --- a/mvds.md +++ b/mvds.md @@ -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.