libvncserver
libvncserver copied to clipboard
Make outbound connection init threaded
re https://github.com/bk138/droidVNC-NG/issues/153
re #570
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)
- calls
- calls
repeater
- only
rfbConnectToTcpAddr(char* host, int port)which is used in the repeater example
postponed, will create implementation on application side, then maybe come back here.