This wil be part of the upcoming 1207 in afew months, to discover bugs early some changes
are now released as test1
download
http://www.uvnc.eu/download/1207/ultrav ... _test1.zip
changes
w8hook fixes
added new encoder provided by Adam walling[/http://www.uvnc.eu/download/1206/winvnc_w8test.zip
I added some check to the w8hook to verify if it was proper started.
both winvnc and w8hook need to be replaced to test
Please testliblzma/xz cuts bandwidth by about half in my experience, at the
expense of more cpu and memory. which is why i've been hesitant about
pushing it into ultravnc.
but I use it for a singleclick/helpdesk distribution where everything
runs through a repeater and the bandwidth savings are very important
in that case. In some situations the bandwidth usage drops
dramatically since xz can have a very large dictionary (compared to
zlib's 32k limit)
additionally it uses a EncodeBulkRects function, like EncodeRect but
handles multple rects at once -- this way the compression does not
need to flush after every rect.