]> source.dussan.org Git - tigervnc.git/commitdiff
Updated TODO.
authorPeter Åstrand <astrand@cendio.se>
Tue, 21 Dec 2004 15:59:40 +0000 (15:59 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 21 Dec 2004 15:59:40 +0000 (15:59 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@50 3789f03b-4d11-0410-bbf8-ca57d06f2519

doc/TODO

index 8d0bee6418ae1e3e8ed4fc1a374b0229681f2727..f1f93dd90c1452a3a32b502877746ccefade924e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,9 +3,13 @@
 
 * Document the Tight protocol extensions in a text file. 
 
-* Add GUI support for selecting TightVNC encoding, JPEG quality etc
+* Add GUI support for selecting JPEG quality etc
 
 * Support selecting zlib compression from the client side (the old
   -compresslevel option)
 
 * All other features from the TightVNC 1.3 series: Filetransfer etc
+
+* Improve bandwidth tests: The routine only works when doing
+  block reads, currently. If reading data pixel by pixel, or reading
+  through a ZlibInStream, the bandwidth tests don't work.