Add vac.mvds package

This commit is contained in:
Oskar Thoren 2019-09-24 12:57:27 +08:00
parent de2bed415d
commit 83159a9aac
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E

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;