mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
lan discovery almost done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -4,9 +4,10 @@ package discovery;
|
||||
import "base_proto.proto";
|
||||
|
||||
message Discovery {
|
||||
base.PeerInfo peer = 1;
|
||||
string id = 1;
|
||||
base.PeerInfo peer = 2;
|
||||
/// response port for current listening port(udp for now)
|
||||
int32 port = 2;
|
||||
int32 port = 3;
|
||||
}
|
||||
|
||||
message DiscoveryBack {
|
||||
|
||||
Reference in New Issue
Block a user