Publish protocol 2.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
// Client <-> Server
|
||||
// address:
|
||||
// Client -> Server: destination
|
||||
// Server -> Client: source
|
||||
// data: message data
|
||||
message Message {
|
||||
fixed64 address = 1;
|
||||
fixed32 port = 2;
|
||||
bytes data = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user