diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-04 22:34:09 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-04 22:34:09 +0000 |
commit | 42e17182daa828760da8f839211618113c6ffdc4 (patch) | |
tree | 9853ab289bd4c77b47b80a851e2faba97e7229ed /doc | |
parent | 61ea5168859785207062ca22be403bbac32f49e3 (diff) | |
download | tor-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/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |