Update mvds.md

This commit is contained in:
Dean Eigenmann 2019-07-25 20:21:19 +02:00 committed by GitHub
parent 7679350c76
commit 0438f1d732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -54,13 +54,15 @@ message Payload {
repeated Message messages = 5004;
}
message Message {
message Message {
bytes group_id = 6001;
int64 timestamp = 6002;
bytes body = 6003;
}
```
*The payload field numbers are kept more "unique" to ensure no overlap with other protocol buffers.*
Each payload contains the following fields:
- **Acks:** This field contains a list (can be empty) of `message identifiers` informing the recipient that sender holds a specific message.