We should enable nodelay
for RDP.
#193
fernvenue
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Hi, @fernvenue How to display the RDP FPS value? Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Glad to see that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using rathole for a while, that works so great. And I just tested performance for RDP when
nodelay
enabled and disabled.nodelay
is enabled, FPS can be 30 or even more, and complex changes to the display will not cause feedback delays.nodelay
is disabled, the FPS behaves fine at the beginning, but as we start doing some things, the FPS gradually drops below 10 and gradually approaches 3 or even 2 or 1. Importantly, complex display introduce significant feedback delays that accumulate over time. Even sometimes you will have to re-establish an RDP connection.By the way, TCP no delay doesn't introduce new problems in general, so let's enable it! Of course, this is just my personal opinion, and my simple test is not universal, just sharing a little personal experience :)
Beta Was this translation helpful? Give feedback.
All reactions