diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:12:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:12:59 +0000 |
commit | fd150459b36128695e6ce74e4d99d7896fee5e38 (patch) | |
tree | ca007958aff7e685177b3cae1fcd519948d6bcaa /doc | |
parent | cabb8624e2aa2e5ae616a58e1b3a2373628e825c (diff) | |
download | tor-fd150459b36128695e6ce74e4d99d7896fee5e38.tar.gz tor-fd150459b36128695e6ce74e4d99d7896fee5e38.zip |
Raise common code for "detach this stream and try it with a different circuit" into a separate function; make that function handle controller-managed streams right.
svn:r3756
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ R - revised circ selection stuff. attach them automatically. ("Hidden" config option.) o Implement 'attach stream X to circuit Y' logic. - Time out never-attached streams. - - If we never get a CONNECTED back, we should put the stream back in + o If we never get a CONNECTED back, we should put the stream back in CONTROLLER_WAIT, not in CIRCUIT_WAIT. - Tests for new controller features R o HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to |