mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 05:31:29 +03:00
lan discovery in socket_cs
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
10
libs/hbb_common/protos/discovery.proto
Normal file
10
libs/hbb_common/protos/discovery.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user