Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make outbound connection init threaded #591

Open
bk138 opened this issue Aug 5, 2023 · 2 comments
Open

Make outbound connection init threaded #591

bk138 opened this issue Aug 5, 2023 · 2 comments

Comments

@bk138
Copy link
Member

bk138 commented Aug 5, 2023

re bk138/droidVNC-NG#153

re #570

@bk138
Copy link
Member Author

bk138 commented Nov 25, 2023

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
Copy link
Member Author

bk138 commented Nov 27, 2023

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

@bk138 bk138 removed their assignment Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant