No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
rustdesk 94ec710894 Build the webrtc feature standalone against the rustdesk-org fork
src/webrtc.rs calls fork-only APIs (set_ice_max_binding_requests,
set_no_congestion_control), which only rustdesk's root [patch] supplied,
so building this crate on its own with --features webrtc failed with
E0425/E0599. Mirror the root patch here; it applies only when this crate
is the root.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019aokqJuhjvB3kijXtAg5Ns
2026-09-25 16:30:59 +08:00
examples move the modules only rustdesk uses out to the base crate 2026-09-08 08:53:58 +08:00
protos KeyExchange: sign KxParams, a structure, in place of a fixed byte string 2026-09-22 17:43:38 +08:00
src tcp: pin the subkeys for an advertisement above the pick 2026-09-23 14:27:51 +08:00
.gitignore init 2025-01-20 16:06:27 +08:00
build.rs move the modules only rustdesk uses out to the base crate 2026-09-08 08:53:58 +08:00
Cargo.toml Build the webrtc feature standalone against the rustdesk-org fork 2026-09-25 16:30:59 +08:00