mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-12 07:44:48 +00:00
Merge pull request #13 from vacp2p/vac-mvds-package
Add vac.mvds package
This commit is contained in:
commit
7ecd1b0e5a
2
mvds.md
2
mvds.md
@ -45,6 +45,8 @@ Payloads are implemented using [protocol buffers v3](https://developers.google.c
|
|||||||
```protobuf
|
```protobuf
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
|
package vac.mvds;
|
||||||
|
|
||||||
message Payload {
|
message Payload {
|
||||||
repeated bytes acks = 5001;
|
repeated bytes acks = 5001;
|
||||||
repeated bytes offers = 5002;
|
repeated bytes offers = 5002;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user