From 0993f4a121ee3dba13ee7cd2ae12d62cb7a2bcf1 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:13:45 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0c14fb2..05bae71 100644 --- a/FAQ.md +++ b/FAQ.md @@ -241,7 +241,7 @@ This mode is for compatibility with RustDesk <= 1.1.9. > RustDesk >= 1.2.0 -Some users experience connection problems with `10054` or `deadline has elapsed` (https://github.com/rustdesk/rustdesk-server-pro/discussions/325, it is also possible that you do not install [`hbbr`](https://github.com/rustdesk/rustdesk-server-pro/discussions/372#discussioncomment-10475836) yet), broken pipe (os error `32`) error code when using the desktop or mobile client, or an existing connection was forcibly closed by the remote host OS error `10054` after some time repeatedly, but not when using the web client. This is because the web client always uses a relay for connection. To resolve the issue, you can add the suffix '/r' to the remote ID. +Some users experience connection problems with `10054` or `deadline has elapsed` (https://github.com/rustdesk/rustdesk-server-pro/discussions/325, it is also possible that you do not install [`hbbr`](https://github.com/rustdesk/rustdesk-server-pro/discussions/372#discussioncomment-10475836) yet, or https://github.com/rustdesk/rustdesk-server-pro/discussions/386#discussioncomment-10631971, you do not set relay server explictly when your RustDesk client and server are in the same network), broken pipe (os error `32`) error code when using the desktop or mobile client, or an existing connection was forcibly closed by the remote host OS error `10054` after some time repeatedly, but not when using the web client. This is because the web client always uses a relay for connection. To resolve the issue, you can add the suffix '/r' to the remote ID. image