summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-10-04 22:34:09 +0000
committerNick Mathewson <nickm@torproject.org>2005-10-04 22:34:09 +0000
commit42e17182daa828760da8f839211618113c6ffdc4 (patch)
tree9853ab289bd4c77b47b80a851e2faba97e7229ed /doc
parent61ea5168859785207062ca22be403bbac32f49e3 (diff)
downloadtor-42e17182daa828760da8f839211618113c6ffdc4.tar.gz
tor-42e17182daa828760da8f839211618113c6ffdc4.zip
When we get an EOF or a timeout on a directory connection, note how many bytes of serverdesc we are dropping. This will help us determine whether it is smart to parse incomplete serverdesc responses.
svn:r5186
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a5e8d21e75..9700eaa311 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -188,7 +188,7 @@ N . Routerdesc download changes
o Networkstatus should list who's an authority.
o Add nickname element to dirserver line. Log this along with IP:Port.
o Warn when using non-default directory servers.
- - When giving up on a non-finished dir request, log how many bytes
+ o When giving up on a non-finished dir request, log how many bytes
dropped, to see whether it's worthwhile to use partial info.
- Security
- Alices avoid duplicate class C nodes.