bolkedebruin / rdpgw

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

Improve packet fragment handling #2

Closed bolkedebruin closed 5 months ago

bolkedebruin commented 4 years ago

Currently only one fragment can be handled, it should be made more robust to check the length of the packet and wait for all data to arrive.