]> source.dussan.org Git - tigervnc.git/commit
Make socket writes non-blockable. This allows the system to more quickly
authorPierre Ossman <ossman@cendio.se>
Tue, 25 Oct 2011 15:13:13 +0000 (15:13 +0000)
committerPierre Ossman <ossman@cendio.se>
Tue, 25 Oct 2011 15:13:13 +0000 (15:13 +0000)
commit4ce51ffc4ec5fb060855dbe17579cbb3d9228e61
tree77a584a327ef2e1ad6d50882943e5605bde10e81
parent7d4e88868a1304caafdc6bef84d0e94785f2ddb5
Make socket writes non-blockable. This allows the system to more quickly
return back to the Xorg main loop, meaning that things will be more responsive
in the presence of slow VNC clients.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4735 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/rdr/FdOutStream.cxx
common/rdr/FdOutStream.h
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/XserverDesktop.h
unix/xserver/hw/vnc/vncExtInit.cc
unix/xserver15.patch