From 0438f1d732a5bc2c5cb0fa1b39103469306ca67c Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 25 Jul 2019 20:21:19 +0200 Subject: [PATCH] Update mvds.md --- mvds.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mvds.md b/mvds.md index 2a3e95e..7f30232 100644 --- a/mvds.md +++ b/mvds.md @@ -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.