]> source.dussan.org Git - tigervnc.git/commit
Removed the FdOutStream::writeBytes() implementation as the same
authorConstantin Kaplinsky <const@tightvnc.com>
Tue, 13 Sep 2005 18:34:13 +0000 (18:34 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Tue, 13 Sep 2005 18:34:13 +0000 (18:34 +0000)
commit384b18ba9233054d4139b6830dc3d74105169958
tree64fa636c378b4cdbb6da4fe61348b2218302d02f
parentc7e67f8cc7ddb2e84e1be7dc80c7423058edcacc
Removed the FdOutStream::writeBytes() implementation as the same
method of the parent class seems to do the work better. The function
can flush buffered data even if there were only a few bytes in the
buffer. That results in sending packets with just 1 byte of data,
while encoding data with 32-bit Hextile.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@318 3789f03b-4d11-0410-bbf8-ca57d06f2519
rdr/FdOutStream.cxx
rdr/FdOutStream.h