rustdesk/libs/hbb_common/protos/discovery.proto
fufesou 87f50a6318 lan discovery in socket_cs
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-21 00:34:09 +08:00

11 lines
193 B
Protocol Buffer

syntax = "proto3";
package discovery;
import "base_proto.proto";
message Discovery {
base.PeerInfo peer = 1;
/// response port for current listening port(udp for now)
int32 port = 2;
}