diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-06 09:23:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-06 09:23:47 +0000 |
commit | 9467f5fc4f2b4e206ef17338635d820322d35552 (patch) | |
tree | de4d7ff1d93c0f6faf522c26995163a55cc5d8bb /doc | |
parent | 9ee8f181db9cd22f7088dea3e12adaccd2b93f08 (diff) | |
download | tor-9467f5fc4f2b4e206ef17338635d820322d35552.tar.gz tor-9467f5fc4f2b4e206ef17338635d820322d35552.zip |
weasel suggests we compress the directory one day. he's right.
svn:r2155
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -123,6 +123,10 @@ NICK - Reputation info needs to give better weight to recent events than - which means keeping track of which ones are "up" - if you don't need a trusted one, choose from the routerinfo list if you have one, else from the trusteddir list. + - compress the directory. client sends http header + "accept-transfer-encoding: gzip", server might send http header + "transfer-encoding: gzip". ta-da. + - grow a zlib dependency. keep a cached compressed directory. ongoing: |