| 1 | // The vnc server listens on port 55900, which is non-standard because another vnc server might be listening on the standard 5900. |
| 2 | // Then hypertele listens on port 45900, so the vnc client also connects to port 45900. |
| 3 | |
| 4 | // Future improvements: |
nothing calls this directly
no test coverage detected