Skip to content

Temporary Solution to Address Slow Connection Issues in RustDesk #54

@IamTaoChen

Description

@IamTaoChen

Connection issues or timeouts: Because the server version lags behind the client version, the server does not respond to the client’s secure_tcp requests, causing the client to experience timeouts. The relevant code in the RustDesk client can be found here.

To address this issue from the server side, a PR has been created to add secure TCP support specifically for the RustDesk server: rustdesk-server PR #400.

I have forked the repository and integrated this PR into my own branch: IamTaoChen’s rustdesk-server with STCP. This modified version appears to resolve the connection issues effectively.

The Docker image for this updated server version is available at iamtaochen/rustdesk-server:stcp.

Note: This solution is specifically for the RustDesk server and does not involve changes to the RustDesk client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions