rustdesk-server
rustdesk-server copied to clipboard
rustdesk-server Compilation issues
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
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