diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-15 21:17:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-15 21:17:43 +0000 |
commit | 51c29e1e24c87ccf3666e28075e8dfa93cb5240c (patch) | |
tree | f9954bca44df6da4875733cb588f0b2208985df9 /doc/TODO.021 | |
parent | 5822e14dc96b08c059c4af94f4707635610b18ad (diff) | |
download | tor-51c29e1e24c87ccf3666e28075e8dfa93cb5240c.tar.gz tor-51c29e1e24c87ccf3666e28075e8dfa93cb5240c.zip |
Apply rovv's bug 805 fix: take more care never to prefer a non-canonical connection.
svn:r17627
Diffstat (limited to 'doc/TODO.021')
-rw-r--r-- | doc/TODO.021 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO.021 b/doc/TODO.021 index 745c998780..734e13ded2 100644 --- a/doc/TODO.021 +++ b/doc/TODO.021 @@ -168,6 +168,10 @@ K o 155: Four Improvements of Hidden Service Performance - 149: Using data from NETINFO cells * Don't extend a circuit over a noncanonical connection with mismatched address. + o Apply rovv's bugfixes wrt preferring canonical connections. + - Make sure that having a non-canonical connection doesn't count + as _having_ a connection for the purpose of connecting to others, + and that when no canonical connection exists, we make one. - Learn our outgoing IP address from netinfo cells? - Learn skew from netinfo cells? o 157: Make certificate downloads specific. |