rustdesk-server icon indicating copy to clipboard operation
rustdesk-server copied to clipboard

rustdesk-server Compilation issues

Open with38 opened this issue 1 year ago • 0 comments
trafficstars

Describe the bug I modified the cargo.toml file in the libs/hbc_common directory to enable the forwarding component to support using the Quic protocol connection. The modified content is as follows:

[features]
default = ["quic"]
quic = ["quinn"]
flatpak = []

After modification, proceed with cargo build release for compilation. Prompt during compilation 1725433273965

Describe the environment

  • Windows 11 21H2 (64bit)
  • rustup-init.exe
  • VS2017/VS2019 is installed on the computer

How to Reproduce the bug

Expected behavior I noticed that there is support for Quic code in Rustdesk's code, and I would like to test the effectiveness of Quic transmission. I ran the binary compiled on Rustdesk Github directly, but I feel the effect is not ideal

with38 avatar Sep 04 '24 07:09 with38