mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-29 16:11:01 +03:00
lan discovery will be done soon
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -8,3 +8,8 @@ message Discovery {
|
||||
/// response port for current listening port(udp for now)
|
||||
int32 port = 2;
|
||||
}
|
||||
|
||||
message DiscoveryBack {
|
||||
string id = 1;
|
||||
base.PeerInfo peer = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user