libvncserver icon indicating copy to clipboard operation
libvncserver copied to clipboard

Make outbound connection init threaded

Open bk138 opened this issue 2 years ago • 2 comments

re https://github.com/bk138/droidVNC-NG/issues/153

re #570

bk138 avatar Aug 05 '23 09:08 bk138

status quo

reverse

  • rfbClientPtr rfbReverseConnection(rfbScreenInfoPtr rfbScreen, char *host, int port)
    • calls rfbConnect(rfbScreenInfoPtr rfbScreen, char* host, int port)
      • calls rfbConnectToTcpAddr(char* host, int port)

repeater

  • only rfbConnectToTcpAddr(char* host, int port) which is used in the repeater example

bk138 avatar Nov 25 '23 20:11 bk138

postponed, will create implementation on application side, then maybe come back here.

bk138 avatar Nov 27 '23 14:11 bk138