Files
whisper-com/include/WHISPER/Messages/Protos/join.proto
2022-11-11 14:36:57 +01:00

16 lines
219 B
Protocol Buffer

// [START declaration]
syntax = "proto3";
package messages.join;
// import "google/protobuf/timestamp.proto";
// [END declaration]
// [START messages]
message Join {
uint32 port = 1;
string srcAddress = 2;
}