You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
After modification, proceed with cargo build release for compilation. Prompt during compilation
Describe the environment
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
The text was updated successfully, but these errors were encountered: