summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2004-12-21 15:59:40 +0000
committerPeter Åstrand <astrand@cendio.se>2004-12-21 15:59:40 +0000
commit3b170eea935454943bb4d6842af34c9a8077489f (patch)
tree484c2445fa82c5cc2be81d37e27c8db46e6cd5b3 /doc
parentdd747d86e7cf6c05a6e21d495d9e7e051381929c (diff)
downloadtigervnc-3b170eea935454943bb4d6842af34c9a8077489f.tar.gz
tigervnc-3b170eea935454943bb4d6842af34c9a8077489f.zip
Updated TODO.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@50 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 8d0bee64..f1f93dd9 100644
--- 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.