aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-30 21:46:02 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-30 21:46:02 +0000
commit7e80640b97bbd97e8bcf5e95366f535a8bd16bfc (patch)
treef46817f2cd202427069438dda5340d61de2ac6e7 /doc
parent57f7c852f809b9332fc7a52058a24713b1385c14 (diff)
downloadtor-7e80640b97bbd97e8bcf5e95366f535a8bd16bfc.tar.gz
tor-7e80640b97bbd97e8bcf5e95366f535a8bd16bfc.zip
r16285@catbus: nickm | 2007-10-30 17:43:25 -0400
Implement (but do not enable) link connection version negotiation svn:r12286
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 30087cbdf6..0187869d31 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -43,7 +43,7 @@ Things we'd like to do in 0.2.0.x:
- 105 only
- Need to get a finished proposal 105
o "Pick a version" function
- - Have a 'waiting_for_version' state.
+ o Have a 'waiting_for_version' state.
o Store version in or_connection_t.
o Generate netinfo cells
o Accept netinfo cells
@@ -52,7 +52,7 @@ Things we'd like to do in 0.2.0.x:
o Set it when we get a match for a routerinfo we have.
- Don't extend a circuit over a noncanonical connection with
mismatched address.
- - Version negotiation: send a version cell and enter
+ o Version negotiation: send a version cell and enter
waiting-for-version; when version cell arrives, pick version
and send netinfo and be "open".
o On netinfo, warn if there's skew from a server.