diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-06-30 10:50:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-06-30 10:50:43 +0000 |
commit | 60de51993ad1bb2a13255595c3ed5717798d7045 (patch) | |
tree | 2942fbd76b24a2f42482dce3e11ccb79f077a199 /doc | |
parent | d45757ebcbcd1f5cf924f0d2f10371721e69124d (diff) | |
download | tor-60de51993ad1bb2a13255595c3ed5717798d7045.tar tor-60de51993ad1bb2a13255595c3ed5717798d7045.tar.gz |
Unify HTTP response code into one place so it is easier to add headers. Add an X-You-Are header, which we should probably rename. NOTE that we should not use this field for things where it matters if dirs lie.
svn:r6705
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ Items for 0.1.2.x: - look into "uncounting" bytes spent on local connections. so we can bandwidthrate but still have fast downloads. - Write limiting; separate token bucket for write - - dir answers include a your-ip-address-is header, so we can + o dir answers include a your-ip-address-is header, so we can break our dependency on dyndns. - Count TLS bandwidth more accurately - Write-limit directory responses. @@ -55,7 +55,7 @@ N . Improve memory usage on tight-memory machines. for the right router. Verify dl by digest, fp, etc. - Make sure cached-routers values and offsets are correct in the presence of windows FS insanity. - - Save and mmap v1 directories; store them zipped, not uncompressed + - Save and mmap v1 directories; store them zipped, not uncompressed. - Store networkstatus docs zipped, not uncompressed. Maaaybe mmap them too. |