Replies: 4 comments
-
For TCP tunneling, you can determine whether the port is connected based on whether there is traffic in the tunnel. For example, if there is no traffic within 5 minutes, the connection will be disconnected. Alternatively, you can temporarily set the timeout to a longer value. |
Beta Was this translation helpful? Give feedback.
-
Currently, if there's no traffic for a certain period of time, the connection will automatically disconnect. Currently, this detection period is greater than 30 seconds and less than 40 seconds. Can this no-traffic timeout be increased? This time is not very suitable for applications with long connections. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@open-trade Hello, may I ask which file the ServerAliveInterval configuration item is in?
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
When I use the TCP tunneling feature to connect to a remote SSH machine, the SSH connection is closed within 40 seconds.
How to Reproduce
Expected Behavior
The TCP tunnel function was closed too quickly
Operating system(s) on local (controlling) side and remote (controlled) side
Window 10
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.2->1.4.3
Screenshots
Additional Context
When I use the TCP tunneling feature to connect to a remote SSH machine, the SSH connection is closed within 40 seconds.
Beta Was this translation helpful? Give feedback.
All reactions