Merge pull request #13 from vacp2p/vac-mvds-package

Add vac.mvds package
This commit is contained in:
Oskar Thorén 2019-09-25 17:01:53 +08:00 committed by GitHub
commit 7ecd1b0e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;