diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-28 20:30:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-28 20:30:21 +0000 |
commit | 20b108598993ecc2ec420288ebf9b995b519f9db (patch) | |
tree | 3e4adf986269b4d8f8bc320902a445b78d71109c /doc | |
parent | 471163ffd5f4b05dbab0a277a64898b739db1b81 (diff) | |
download | tor-20b108598993ecc2ec420288ebf9b995b519f9db.tar.gz tor-20b108598993ecc2ec420288ebf9b995b519f9db.zip |
r16242@catbus: nickm | 2007-10-28 16:28:13 -0400
Implement if-modified-since for consensus networkstatuses so that we do not download duplicates needlessly.
svn:r12258
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -23,14 +23,10 @@ Things we'd like to do in 0.2.0.x: - Before the feature freeze: (Nick) - Support for preconfigured mirror lists - Use a pre-shipped fallback consensus. - - Download consensuses (et al) via if-modified-since - - Implement backend support for sending if-modified-since - - Use it for consensuses. + . Download consensuses (et al) via if-modified-since + o Implement backend support for sending if-modified-since + o Use it for consensuses. - Use it for certificates - o Saner TLS rotation - o Bump up OR the "connection timeout" value to be 1.5 - circuit dirtiness interval. - o Document this in tor-spec o base Guard flag on WFU rather than on MTBF. o Change guard calculation o Change dir-spec.txt |