diff options
author | Christian Beier <[email protected]> | 2010-09-07 17:43:58 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2010-09-13 14:19:15 +0200 |
commit | c0373e9cd48b0fc22ac295fdab51a29e3df7a0cd (patch) | |
tree | 253b193dfb1805cd6de337f26cf6f82e74a42cad /TODO | |
parent | 0df84e5c27eefad8b731b12d58f8fbede71823e0 (diff) | |
download | libtdevnc-c0373e9cd48b0fc22ac295fdab51a29e3df7a0cd.tar.gz libtdevnc-c0373e9cd48b0fc22ac295fdab51a29e3df7a0cd.zip |
Non-blocking sockets for Windows.
Expands the SetNonBlocking() function in libvncclient/sockets.c to also
work under Windows and also changes it to honour maybe already present
socket flags.
A similar function was introduced for libvncserver as well and
all the #ifdef'ed fnctl calls replaced with calls to that one.
Signed-off-by: Christian Beier <[email protected]>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer: LibVNCClient cleanup: prefix with "rfbClient", and make sure it does not deliberately die() or exit() anywhere! java vncviewer doesn't do colour cursors? -MinGW32 doesn't do fcntl on sockets; use setsockopt instead... make corre work again (libvncclient or libvncserver?) teach SDLvncviewer about CopyRect... implement "-record" in libvncclient |