diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-11-17 03:34:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-11-17 03:34:58 +0000 |
commit | e2abc727e5ee08037eb79615ca81d52f6d14ef07 (patch) | |
tree | 1fe26481a4c26bda3437a36214bf169d18611cc8 /doc/TODO | |
parent | d125c61e02743d5420567f954a176baeaa4f76a9 (diff) | |
download | tor-e2abc727e5ee08037eb79615ca81d52f6d14ef07.tar tor-e2abc727e5ee08037eb79615ca81d52f6d14ef07.tar.gz |
r9561@Kushana: nickm | 2006-11-16 22:32:54 -0500
Tweaks to test-connection patch: use ".noconnect" instead of ".test" (since there are lots of ways to test things). Use a regular sequence of STREAM events (NEW followed by CLOSED) instead of a new event type. Make the function that checks the address be static and use const and strcasecmpend properly.
svn:r8959
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ N . Have (and document) a BEGIN_DIR relay cell that means "Connect to your - Use for something, so we can be sure it works. - Test and debug +N - Document .noconnect addresses... but where? + o Send back RELAY_END cells on malformed RELAY_BEGIN. o Change the circuit end reason display a little for reasons from |