diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-30 21:46:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-30 21:46:02 +0000 |
commit | 7e80640b97bbd97e8bcf5e95366f535a8bd16bfc (patch) | |
tree | f46817f2cd202427069438dda5340d61de2ac6e7 /doc | |
parent | 57f7c852f809b9332fc7a52058a24713b1385c14 (diff) | |
download | tor-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/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |