Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdesk-server Compilation issues #463

Open
with38 opened this issue Sep 4, 2024 · 0 comments
Open

rustdesk-server Compilation issues #463

with38 opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@with38
Copy link

with38 commented Sep 4, 2024

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 with38 added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant