change back to broadcast, because multicast has big problem if multiple

interface with 0.0.0.0 binding
This commit is contained in:
rustdesk
2022-01-14 23:02:08 +08:00
parent 0a2bc1cf8a
commit 95239fc148
4 changed files with 117 additions and 362 deletions

View File

@@ -43,7 +43,6 @@ uuid = { version = "0.8", features = ["v4"] }
clap = "2.34"
rpassword = "5.0"
base64 = "0.13"
pnet = "0.27"
[target.'cfg(not(any(target_os = "android")))'.dependencies]
cpal = { git = "https://github.com/open-trade/cpal" }