diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-10 02:30:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-10 02:30:34 +0000 |
commit | 069898a4b8afd41ded0e482a5d0474cc2f6ca121 (patch) | |
tree | 065e61b565ca0e62823cbfcfc89d2c2efefb7e1c /doc/spec/proposals/118-multiple-orports.txt | |
parent | a68eb887a22b59da24d52ad3ad58bcb2bffb8a2a (diff) | |
download | tor-069898a4b8afd41ded0e482a5d0474cc2f6ca121.tar.gz tor-069898a4b8afd41ded0e482a5d0474cc2f6ca121.zip |
r15617@catbus: nickm | 2007-10-09 22:30:22 -0400
Add small comments to a couple of proposals.
svn:r11827
Diffstat (limited to 'doc/spec/proposals/118-multiple-orports.txt')
-rw-r--r-- | doc/spec/proposals/118-multiple-orports.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/spec/proposals/118-multiple-orports.txt b/doc/spec/proposals/118-multiple-orports.txt index 47bda85086..53dbb5885f 100644 --- a/doc/spec/proposals/118-multiple-orports.txt +++ b/doc/spec/proposals/118-multiple-orports.txt @@ -51,5 +51,16 @@ add in better ideas, etc. between them when they get extend cells to the same server on different ports. + - Suggested rule: + - If we're told to extend to IP:Port:ID, and we have a connection + to some server with ID, and we have confirmed that the server + likes the address we originally used when connecting to it (via + means in proposal 105), then use the existing connection. + - If we're told to extend to IP:Port:ID, and we have a descriptor + for the ID, and we have a connection to some server with ID, + and the existing connection is to an address listed as valid + in the descriptor, then use the existing connection. + - Otherwise, use a new connection. + - How this all interacts with coderman's ipv6 stuff (proposal 117). |