LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.08k stars 483 forks source link

rfbConnectToTCPAddr needs timeout #532

Closed bk138 closed 1 year ago

bk138 commented 1 year ago

This is the libvncserver function, libvncclient already has a connect with timeout. Let's try to use this, i.e. refactor into "common".