Add vac.mvds package

This commit is contained in:
Oskar Thoren 2019-09-24 12:59:35 +08:00
parent de2bed415d
commit 2089918611
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ Payloads are implemented using [protocol buffers v3](https://developers.google.c
```protobuf
syntax = "proto3";
package vac.mvds;
message Payload {
repeated bytes acks = 5001;
repeated bytes offers = 5002;