bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
758 stars 119 forks source link

RDP UDP support #53

Open arjenvri opened 2 years ago

arjenvri commented 2 years ago

This looks like a very promising project! Nice work. Does it also support RDP over UDP for the remote desktop connection?

bolkedebruin commented 2 years ago

UDP support isn't in yet. At the time there were difficulties routing it in Kubernetes and the open source rdp backends didn't support it.

arjenvri commented 2 years ago

thank you for your quick response. This is one on the key requirements for using this project with higher latency connections in my opinion. Hope that something like that would be possible in the future.!

bolkedebruin commented 1 year ago

I have looked at this, but I do not seem to be able to trigger UDP connections. If someone knows how to do this, reproducibly, then I'll take a look again.