diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 13:14:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 13:14:40 +0000 |
commit | fea3382aca569cd93cc0a43b45e558e58cee6b8e (patch) | |
tree | ad30ee391f5a597f0f033bf03fd41bf6d6ce5695 /doc/TODO.020 | |
parent | a750683d2f3d35716a072dd7b0ba6c1d79a2119a (diff) | |
download | tor-fea3382aca569cd93cc0a43b45e558e58cee6b8e.tar.gz tor-fea3382aca569cd93cc0a43b45e558e58cee6b8e.zip |
Backport r17091: when we have no pending streams, choose exits with choose_good_exit_server_general rather than with circuit_get_unhandled_ports().
svn:r17637
Diffstat (limited to 'doc/TODO.020')
-rw-r--r-- | doc/TODO.020 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020 index bc0855f22f..2d4d3b2298 100644 --- a/doc/TODO.020 +++ b/doc/TODO.020 @@ -12,8 +12,10 @@ Backport for 0.2.0 once better tested: approach). (Also maybe r16674) [Partially backported. Instead of the basic name checking, I backported r17171 instead, to be even more resistant to poisoning.] - - r17091: distinguish "no routers support pending circuits" from - "no circuits are pending." See also r17181 and r17184. + o r17091: distinguish "no routers support pending circuits" from + "no circuits are pending." + - See also r17181... + - ... and r17184. - r17137: send END cell in response to connect to nonexistent hidserv port. - r17138: reject *:* servers should never do DNS lookups. - r17139: Fix another case of overriding .exit choices. |