Anthony Liguori wrote: > On 05/18/2010 07:51 AM, Alexander Graf wrote: >> Corentin Chary wrote: >> >>> According to http://tigervnc.org/cgi-bin/rfbproto#zlib-encoding >>> zlib encoding only uses a single stream. Current implementation defines >>> 4 streams but only uses the first one. Remove them and only use a >>> single >>> stream. >>> >>> >> How about when we start to implement zrle or zhextile? Wouldn't those >> need different streams? >> > > Only tight uses multiple streams. zrle just uses one.
Ah, that's why I put it in there back then. I see :). Alex